Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
GitMensch opened this issue Jul 25, 2024 · 1 comment · Fixed by #381
Closed

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

GitMensch opened this issue Jul 25, 2024 · 1 comment · Fixed by #381
Labels
debugger Specific to the debugger extension

Comments

@GitMensch
Copy link
Contributor

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
Copy link
Collaborator

nberth commented Jul 26, 2024

Note: with changes in OCamlPro/superbol-vscode-debug#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 nberth added the debugger Specific to the debugger extension label Aug 13, 2024
@nberth nberth linked a pull request Dec 16, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
debugger Specific to the debugger extension
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants