diff --git a/.vscode/launch.json b/.vscode/launch.json index 56b9520..fbb51fe 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -9,7 +9,7 @@ "type": "gdb", "request": "launch", "target": "${workspaceFolder}/build/2D_Engine", - "cwd": "${workspaceFolder}", + "cwd": "${workspaceFolder}/build", "valuesFormatting": "parseText", "preLaunchTask": "Build" }