On Wednesday, 10 February 2016 at 21:57:49 UTC, Joel wrote:
I get this with the debug gear button:
{
"version": "0.2.0",
"configurations": [
{
"name": "Debug",
"type": "gdb",
"request": "launch",
"target": "./output",
"cwd": "${workspaceRoot}"
}
]
}
Thats correct. Just change the target to your actual executable and you could debug. If you want to build it before debugging, create a build task and add a preLaunchTask to the config
