1
0
mirror of https://gitlab.com/lander-team/lander-cpp.git synced 2025-06-16 15:17:23 +00:00

fix debugging

This commit is contained in:
Anson Biggs 2021-09-17 13:09:34 -07:00
parent 56cb20ca82
commit 9c0c07453a
2 changed files with 2 additions and 2 deletions

2
.vscode/launch.json vendored
View File

@ -23,7 +23,7 @@
"ignoreFailures": true "ignoreFailures": true
} }
], ],
"preLaunchTask": "Debug" "preLaunchTask": "buildSim"
} }
] ]
} }

2
.vscode/tasks.json vendored
View File

@ -3,7 +3,7 @@
"tasks": [ "tasks": [
{ {
"type": "cppbuild", "type": "cppbuild",
"label": "Build simulation", "label": "buildSim",
"command": "g++", "command": "g++",
"args": [ "args": [
"-g", "-g",