Activate Debugging on CMake

This commit is contained in:
2020-01-11 22:43:22 -08:00
parent 0720c9bb28
commit d0cbfacef8
2 changed files with 2 additions and 1 deletions

1
.vscode/tasks.json vendored
View File

@@ -6,6 +6,7 @@
"type": "shell",
"command": "cmake",
"args": [
"-DCMAKE_BUILD_TYPE=Debug",
"."
],
"group": {