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