misleading error message: Unable to determine path to debugger. Please specify the "MIDebuggerPath" option. #10330
greg-is-kub
started this conversation in
Polls
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is a problem I've often seen, even on the forum here where people do not use your debugger because the errors are when launching the debugger are misleading thus they cannot aachieve simple use. Here this error should encourage the user to check if their debugger is installed instead.
Here in C/CPP this problem can be very often solved by an
apt install gdb
or the installation of the cpp gdb extenson.6 votes ·
Beta Was this translation helpful? Give feedback.
All reactions