-
Notifications
You must be signed in to change notification settings - Fork 115
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
creation of debug configuration does not work #393
Comments
There are multiple GDB extensions on Open-VSX, including this one.
|
I have VSCodium and GDB can be accessed via PATH. But when selecting GDB (after pressing F5), nothing happens, launch.json is not generated. What am I doing wrong? But with the CodeLLDB extension installed, the LLDB item works, which is why I assume that the problem is in the absence of the extension... |
It is possible that auto-generation of launch.json via F5 does not work (if I remember right there are two different APIs for that). |
I've stumbled over this some days ago. This seems unrelated to VSCodium (and is indeed a bug). |
The problem is that there is no GDB extension in OpenVSX. How is it solved?
The text was updated successfully, but these errors were encountered: