{ "version": "0.2.0", "configurations": [ { "name": "gcc - Build and debug active file", "type": "cppdbg", "request": "launch", "program": "${fileDirname}/${fileBasenameNoExtension}", "args": [], "stopAtEntry": false, "cwd": "${fileDirname}", "environment": [], "externalConsole": false, "MIMode": "gdb", "setupCommands": [ { "description": "Enable pretty-printing for gdb", "text": "-enable-pretty-printing", "ignoreFailures": true } ], "preLaunchTask": "C/C++: g++ build active file", "miDebuggerPath": "/usr/bin/gdb" }, { "name": "C/C++ Runner: Debug Session", "type": "cppdbg", "request": "launch", "args": [ "" ], "stopAtEntry": false, "cwd": "/home/student/anw0044/CPE435Lab_SP22/Lab6", "environment": [], "program": "/home/student/anw0044/CPE435Lab_SP22/Lab6/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 } ] } ] }