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
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
|
||||
//DEBUG:
|
||||
|
||||
{
|
||||
"name": "Debug Linux GLFW",
|
||||
"type": "cppdbg",
|
||||
@@ -47,6 +50,53 @@
|
||||
"args": [],
|
||||
"stopAtEntry": false,
|
||||
"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