-
Notifications
You must be signed in to change notification settings - Fork 4
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
Unable to find GDB #143
Comments
Maybe just needs to be installed to the container? |
It uses lldb. I've updated needed vscode extension, now it uses official Try to install the extension. |
I'm pretty sure I installed all extensions it asked for. Let me try again. |
The extension llvm-vs-code-extensions.lldb-dap is installed in the container. There is |
They've renamed the executable in llvm 18, we're still 17. Check Actually, judging from your screenshot it looks like you're trying to debug using Microsoft's cpptools and not |
This is run form a complete new local checkout of the project. So it should work out-of-the-box without any manual changes necessary. I installed all recommended extensions in the dev container too. Now that you mention it though, going to the "Run and Debug" screen and pressing there on Start Debugging works though. Doing that once adds another button to the bottom: It would be nice if the "Launch the debugger for the selected target" button is doing something useful too and not error out what is confusing. |
When following the guide debugging is not possible because it can't find GDB. Running works fine though.
The text was updated successfully, but these errors were encountered: