always launch with assertions enabled
This commit is contained in:
parent
d7fa30aba1
commit
3babafb53d
1 changed files with 1 additions and 1 deletions
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
|
@ -5,7 +5,7 @@
|
|||
"type": "cppvsdbg",
|
||||
"request": "launch",
|
||||
"program": "${workspaceFolder}/build/Debug/stratagus.exe",
|
||||
"args": ["-d", "${env:APPDATA}/Stratagus/data.${input:game}"],
|
||||
"args": ["-a", "-d", "${env:APPDATA}/Stratagus/data.${input:game}"],
|
||||
"stopAtEntry": false,
|
||||
"cwd": "${workspaceFolder}/../${input:game}",
|
||||
"environment": [{"name": "PATH", "value": "${workspaceFolder}\\..\\dependencies\\bin;${env:PATH}"}],
|
||||
|
|
Loading…
Reference in a new issue