superbol-studio-oss icon indicating copy to clipboard operation
superbol-studio-oss copied to clipboard

superbol-vscode-debug: bug: `type: "gdb"` overrides system debugger

Open GitMensch opened this issue 1 year ago • 1 comments

The problem is that with the current type, I cannot debug native C programs any more, because "gdb" conflicts with the native.debug extension.

I suggest to use cob-gdb or something else instead.

GitMensch avatar Jul 25 '24 10:07 GitMensch

Note: with changes in https://github.com/OCamlPro/superbol-vscode-debug/pull/8, selecting Start Debugging from the menu with no launch.json does nothing (previously that started a debug session). I'm not sure what is causing that.

nberth avatar Jul 26 '24 09:07 nberth