diff --git a/.vscode/launch.json b/.vscode/launch.json index a1b4ada..b94a4bc 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -3,24 +3,12 @@ "configurations": [ { "name": "DEBUG", - "type": "cppdbg", + "type": "lldb", "request": "launch", "program": "${workspaceFolder}/build/debug/bin/cpp-cmake-template", "args": [], - "stopAtEntry": false, "cwd": "${workspaceFolder}", - "environment": [], - "externalConsole": false, - "MIMode": "gdb", - "setupCommands": [ - { - "description": "Enable pretty-printing for gdb", - "text": "-enable-pretty-printing", - "ignoreFailures": true - } - ], "preLaunchTask": "build_debug", - "miDebuggerPath": "/usr/bin/gdb" } ] } \ No newline at end of file