Activate Debugging on CMake
This commit is contained in:
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
@@ -5,7 +5,7 @@
|
|||||||
"version": "0.2.0",
|
"version": "0.2.0",
|
||||||
"configurations": [
|
"configurations": [
|
||||||
{
|
{
|
||||||
"name": "Build and Debug",
|
"name": "Debug",
|
||||||
"type": "cppdbg",
|
"type": "cppdbg",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"program": "${workspaceFolder}/FaultFinder",
|
"program": "${workspaceFolder}/FaultFinder",
|
||||||
|
|||||||
1
.vscode/tasks.json
vendored
1
.vscode/tasks.json
vendored
@@ -6,6 +6,7 @@
|
|||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "cmake",
|
"command": "cmake",
|
||||||
"args": [
|
"args": [
|
||||||
|
"-DCMAKE_BUILD_TYPE=Debug",
|
||||||
"."
|
"."
|
||||||
],
|
],
|
||||||
"group": {
|
"group": {
|
||||||
|
|||||||
Reference in New Issue
Block a user