diff --git a/.vscode/launch.json b/.vscode/launch.json index 3bf50141..afc47873 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -5,23 +5,15 @@ "version": "0.2.0", "configurations": [ { - "name": "(gdb) Launch", - "type": "cppdbg", + "name": "Launch", + "type": "lldb", "request": "launch", "program": "${workspaceFolder}/profiler/build/unix/Tracy-debug", "args": [], "stopAtEntry": false, "cwd": "${workspaceFolder}", "environment": [], - "externalConsole": false, - "MIMode": "gdb", - "setupCommands": [ - { - "description": "Włącz formatowanie kodu dla gdb", - "text": "-enable-pretty-printing", - "ignoreFailures": true - } - ] + "externalConsole": false } ] } \ No newline at end of file