OCamlPro / superbol-studio-oss

Open-Source part of SuperBOL Studio, including the Visual Studio Code extension and its LSP server
https://superbol.eu
Other
20 stars 12 forks source link

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

Open GitMensch opened 1 month ago

GitMensch commented 1 month ago

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.

nberth commented 1 month ago

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.