2 // Use IntelliSense to learn about possible attributes.
3 // Hover to view descriptions of existing attributes.
4 // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
8 "name": "(gdb) Launch",
11 // Resolved by CMake Tools:
12 "program": "${command:cmake.launchTargetPath}",
15 "cwd": "${workspaceFolder}",
18 // add the directory where our target was built to the PATHs
19 // it gets resolved by CMake Tools:
21 "value": "${env:PATH}:${command:cmake.getLaunchTargetDirectory}"
24 "name": "OTHER_VALUE",
25 "value": "Something something"
28 "externalConsole": true,
32 "description": "Enable pretty-printing for gdb",
33 "text": "-enable-pretty-printing",
34 "ignoreFailures": true