You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
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