Jan Jurzitza

Results 777 comments of Jan Jurzitza

hm that stuff does not work for me (using LDC or DMD)

got the configuration like that and put a link file with absolute path to the folder containing the `MagoNatCC.dll`/`MagoNatCC.vsdconfig`/`vsdbg-config.json` as content (no trailing new line) inside `~/.cppvsdbg/extensions/code-d-mago.link` correct? Also tried...

right now the `ssh2` dependency is used for SSH connection, would need to check there for support of this.

try adding `"valuesFormatting": "prettyPrinters"` to your launch config Earlier when this was implemented the usually available GDB versions were a little buggy / had some unsupported features but nowadays with...

this extension was there before and also has some different implementations on a few things, I think just trying it out and comparing using them will make it obvious

post logs with `"printCalls": true, "showDevDebugOutput": true` in your launch config pls

if your debugger supports special types, you can try changing `valuesFormatting` to other values. Otherwise you might want Natvis support, which the C/C++ extension supports instead.

no natvis is not supported by native debug and there is also not a lot of features specific to one language. (and probably also won't be in the future) The...

there is currently no way to specify map paths yet. It might be possible with the C/C++ extension though. And by the looks of it it might probably be possible...

the extension is using the https://www.npmjs.com/package/ssh2 library which is a pure JS implementation of SSH and doens't support loading that ssh/config file. So instead it would be necessary to load...