updated launch.json
This commit is contained in:
50
.vscode/launch.json
vendored
50
.vscode/launch.json
vendored
@@ -4,6 +4,9 @@
|
|||||||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
||||||
"version": "0.2.0",
|
"version": "0.2.0",
|
||||||
"configurations": [
|
"configurations": [
|
||||||
|
|
||||||
|
//DEBUG:
|
||||||
|
|
||||||
{
|
{
|
||||||
"name": "Debug Linux GLFW",
|
"name": "Debug Linux GLFW",
|
||||||
"type": "cppdbg",
|
"type": "cppdbg",
|
||||||
@@ -47,6 +50,53 @@
|
|||||||
"args": [],
|
"args": [],
|
||||||
"stopAtEntry": false,
|
"stopAtEntry": false,
|
||||||
"cwd": "${workspaceFolder}/bin"
|
"cwd": "${workspaceFolder}/bin"
|
||||||
|
},
|
||||||
|
|
||||||
|
//RELEASE:
|
||||||
|
|
||||||
|
{
|
||||||
|
"name": "Debug Linux GLFW",
|
||||||
|
"type": "cppdbg",
|
||||||
|
"request": "launch",
|
||||||
|
"MIMode": "gdb",
|
||||||
|
"program": "${workspaceFolder}/bin/TSE-RTS",
|
||||||
|
"preLaunchTask": "build_release_GLFW_linux",
|
||||||
|
"args": [],
|
||||||
|
"stopAtEntry": false,
|
||||||
|
"cwd": "${workspaceFolder}/bin"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Debug Linux SDL3",
|
||||||
|
"type": "cppdbg",
|
||||||
|
"request": "launch",
|
||||||
|
"MIMode": "gdb",
|
||||||
|
"program": "${workspaceFolder}/bin/TSE-RTS",
|
||||||
|
"preLaunchTask": "build_release_SDL3_linux_cmake",
|
||||||
|
"args": [],
|
||||||
|
"stopAtEntry": false,
|
||||||
|
"cwd": "${workspaceFolder}/bin"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Debug Windows GLFW",
|
||||||
|
"type": "cppvsdbg",
|
||||||
|
"request": "launch",
|
||||||
|
//"MIMode": "gdb",
|
||||||
|
"program": "${workspaceFolder}/bin/TSE-RTS",
|
||||||
|
"preLaunchTask": "build_release_GLFW_linux",
|
||||||
|
"args": [],
|
||||||
|
"stopAtEntry": false,
|
||||||
|
"cwd": "${workspaceFolder}/bin"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Debug Windows SDL3",
|
||||||
|
"type": "cppvsdbg",
|
||||||
|
"request": "launch",
|
||||||
|
//"MIMode": "gdb",
|
||||||
|
"program": "${workspaceFolder}/bin/TSE-RTS",
|
||||||
|
"preLaunchTask": "build_release_SDL3_linux_cmake",
|
||||||
|
"args": [],
|
||||||
|
"stopAtEntry": false,
|
||||||
|
"cwd": "${workspaceFolder}/bin"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user