Add debugging configuration
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Debug Inferno",
|
||||
"type": "cppdbg",
|
||||
"request": "launch",
|
||||
"program": "${workspaceFolder}/build/game",
|
||||
"cwd": "${workspaceFolder}/build",
|
||||
"MIMode": "gdb"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user