Replies: 1 comment
-
@jl Please feel free to create an issue and also it'd be great if you opened a PR for your suggestion! Thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
If for whatever reason lldb can't be found, the displayed error message is "Unable to find GDB in default search path ..." even though the mode override is "lldb". So I went digging around in the code and found this inside
createLLDBDebugConfiguration
:vscode-cmake-tools/src/debug/debugger.ts
Line 123 in a0c9386
I think perhaps something like
may be more appropriate instead? Should I file an actual bug?
The error message in question seems to have been added 7 years ago: 78c69e0
Beta Was this translation helpful? Give feedback.
All reactions