Executable is called game, not main

This commit is contained in:
Stefan E. Mayer 2020-04-11 13:10:50 +01:00
parent 5ff5be388f
commit 53201b8593

View File

@ -8,7 +8,7 @@
"name": "Debug", "name": "Debug",
"type": "cppdbg", "type": "cppdbg",
"request": "launch", "request": "launch",
"program": "${workspaceFolder}/main", "program": "${workspaceFolder}/game",
"args": [], "args": [],
"stopAtEntry": false, "stopAtEntry": false,
"cwd": "${workspaceFolder}", "cwd": "${workspaceFolder}",