{ "version": "0.2.0", "configurations": [ { "name": "C/C++ Runner: Debug Session", "type": "cppdbg", "request": "launch", "args": [ "" ], "stopAtEntry": false, "cwd": "/home/student/anw0044/CPE455/lab06", "environment": [], "program": "/home/student/anw0044/CPE455/lab06/build/Debug/outDebug", "internalConsoleOptions": "openOnSessionStart", "MIMode": "gdb", "miDebuggerPath": "/usr/bin/gdb", "externalConsole": false, "setupCommands": [ { "description": "Enable pretty-printing for gdb", "text": "-enable-pretty-printing", "ignoreFailures": true } ] } ] }