c++ debug not working when debugging the c++ extension #11877
Unanswered
wangzhankun
asked this question in
Q&A
Replies: 0 comments
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.
-
I pressed F5 to debug the c++ extension, and in the loaded vscode I press F5 to debug C++ code. But it only run the tasks defined in
tasks.json
, cannot launch the gdb to debug my c++ code.I can debug my c++ code in normal mode with c++ extension.
I didn't change any code of c++ extension, the tasks.json and launch.json in my c++ project is:
tasks.json
launch.json
Beta Was this translation helpful? Give feedback.
All reactions