1. {
  2. "version": "0.2.0",
  3. "configurations": [
  4. {
  5. "name": "Debug",
  6. "type": "gdb",
  7. "request": "launch",
  8. "target": "./bin/executable",
  9. "cwd": "${workspaceRoot}"
  10. }
  11. ]
  12. }

goto line:
Compare with:
text copy window edit this code post new code