{ "version": "0.2.0", "configurations": [ { "name": "Debug 'main.c' Project", "type": "cppdbg", "request": "launch", "program": "${workspaceFolder}/../build/ldebug", "args": [], "stopAtEntry": false, "cwd": "${workspaceFolder}", "environment": [], "MIMode": "gdb", "setupCommands": [ { "description": "Enable pretty printing for gdb", "text": "-enable-pretty-printing", "ignoreFailures": true } ], "preLaunchTask": "Build" } ] }