I was following instructions from here. Installed cpptools. Created tasks.json with following contents:
tasks.json
{ \"version\": \"0.1.0\", \"comm
I have faced this issue before. In my case, the compiler generated a release application as default. It has no symbols for debugging.
So, please make sure that you are generated a debug app for debugging.
good luck!