Modified debug options.

This commit is contained in:
Ulysse Cura 2026-07-22 13:00:11 +02:00
parent 4e8c48c667
commit 54604db0c7
1 changed files with 2 additions and 2 deletions

4
.vscode/launch.json vendored
View File

@ -8,10 +8,10 @@
"name": "(gdb) Launch",
"type": "cppdbg",
"request": "launch",
"program": "${workspaceRoot}/build/2D_Engine",
"program": "${workspaceFolder}/build/2D_Engine",
"args": [],
"stopAtEntry": false,
"cwd": "${workspaceRoot}",
"cwd": "${workspaceFolder}",
"environment": [],
"externalConsole": false,
"MIMode": "gdb",