2 // Use IntelliSense to learn
3 // about possible attributes.
4 // Hover to view descriptions
5 // of existing attributes.
6 // For more information, visit:
7 // https://go.microsoft.com/fwlink/?linkid=830387
11 "name": "Debug (LLVM)",
14 "program": "${workspaceFolder}/linktest",
17 "cwd": "${workspaceFolder}",
19 "externalConsole": false,
21 "miDebuggerPath": "lldb-mi",
24 "description": "Enable pretty-printing for gdb",
25 "text": "-enable-pretty-printing",
26 "ignoreFailures": true
29 "preLaunchTask": "Ninja"