Meta: Update debugging path to example executable

This commit is contained in:
Riyyi
2022-09-27 12:32:02 +02:00
parent 9d26f20bde
commit 3d22334be9
+1 -1
View File
@@ -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"
}