From 3d22334be9cf1cae1c3ed49a7887007aa3c26490 Mon Sep 17 00:00:00 2001 From: Riyyi Date: Tue, 27 Sep 2022 12:32:02 +0200 Subject: [PATCH] Meta: Update debugging path to example executable --- launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }