Browse Source

Add debugging configuration

master
Riyyi 3 years ago
parent
commit
bc9449e7de
  1. 12
      launch.json

12
launch.json

@ -0,0 +1,12 @@
{
"configurations": [
{
"name": "Debug Inferno",
"type": "cppdbg",
"request": "launch",
"program": "${workspaceFolder}/build/game",
"cwd": "${workspaceFolder}/build",
"MIMode": "gdb"
}
]
}
Loading…
Cancel
Save