VSCode Debugging Setting Problem #10729
Unanswered
BrianHuang813
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
-
I've followed the instructions online to set the environment for compiling and debugging C++ code with using MinGW compiler.
But I've kept facing this error when I try to do debugging. It can successfully compiles the code, but can not do debugging.
And here's my setting in launch.json
Here's my setting in tasks.json
And the last my whole repository
Did I make any mistake in any of the setting ?
Beta Was this translation helpful? Give feedback.
All reactions