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
VS Code (Ubuntu) - miDebuggerPath is invalid. #5534
Comments
|
Does |
|
I cant find that. Does that mean it's missing? |
|
It hit the same issue with MIMode "gdb" -- installing gdb fixed it. |
|
@paxth Are you looking to use lldb-mi has been removed from lldb and now Ubuntu will not build it independently and ship it: See #5415 If you can switch to |
this works for me... |
Do i need to compile using gcc now or can i use clang too? |
|
@paxth Debugging clang-built binaries with gdb works for me on Linux...that is with gcc's libstdc++ though and not LLVM's libc++ (not sure if that matters or if there are other special cases). |
|
Thanks guys, got it working! |
Type: Debugger
When I try to use my debugger, I get the error showing:

Unable to start debugging. The value of miDebuggerPath is invalid.
Here is my launch.json

Any idea how do i fix it?
The text was updated successfully, but these errors were encountered: