diff --git a/launch.json b/launch.json index a9077d4..8107845 100644 --- a/launch.json +++ b/launch.json @@ -4,7 +4,7 @@ "name": "Debug Inferno", "type": "cppdbg", "request": "launch", - "program": "${workspaceFolder}/build/game", + "program": "${workspaceFolder}/build/example/game", "cwd": "${workspaceFolder}/build", "MIMode": "gdb" }