diff --git a/.vscode/launch.json b/.vscode/launch.json index aab0671..4a22e93 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -5,7 +5,7 @@ "version": "0.2.0", "configurations": [ { - "name": "Build and Debug", + "name": "Debug", "type": "cppdbg", "request": "launch", "program": "${workspaceFolder}/FaultFinder", diff --git a/.vscode/tasks.json b/.vscode/tasks.json index e1e076c..d40c3bd 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -6,6 +6,7 @@ "type": "shell", "command": "cmake", "args": [ + "-DCMAKE_BUILD_TYPE=Debug", "." ], "group": {