2020-10-05 08:57:21 +00:00
|
|
|
{
|
|
|
|
"configurations": [
|
|
|
|
{
|
|
|
|
"MIMode": "gdb",
|
|
|
|
"args": [],
|
|
|
|
"cwd": "${workspaceFolder}",
|
|
|
|
"environment": [],
|
|
|
|
"externalConsole": false,
|
2020-10-09 03:19:55 +00:00
|
|
|
"name": "(gdb) Launch (Linux Debug)",
|
2020-10-09 03:14:37 +00:00
|
|
|
"preLaunchTask": "Compile (Debug Linux x64)",
|
2020-10-05 08:57:21 +00:00
|
|
|
"program": "${workspaceFolder}/bin/linux-amd64-librw_gl3_glfw-oal/Debug/re3",
|
|
|
|
"request": "launch",
|
|
|
|
"setupCommands": [
|
|
|
|
{
|
|
|
|
"description": "Enable pretty-printing for gdb",
|
|
|
|
"ignoreFailures": true,
|
|
|
|
"text": "-enable-pretty-printing"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"stopAtEntry": false,
|
|
|
|
"targetArchitecture": "x64",
|
|
|
|
"type": "cppdbg"
|
2020-10-09 03:14:37 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"MIMode": "gdb",
|
|
|
|
"args": [],
|
|
|
|
"cwd": "${workspaceFolder}",
|
|
|
|
"environment": [],
|
|
|
|
"externalConsole": false,
|
2020-10-09 03:19:55 +00:00
|
|
|
"name": "(gdb) Launch (Linux Release)",
|
2020-10-09 03:14:37 +00:00
|
|
|
"preLaunchTask": "Compile (Release Linux x64)",
|
|
|
|
"program": "${workspaceFolder}/bin/linux-amd64-librw_gl3_glfw-oal/Release/re3",
|
|
|
|
"request": "launch",
|
|
|
|
"setupCommands": [
|
|
|
|
{
|
|
|
|
"description": "Enable pretty-printing for gdb",
|
|
|
|
"ignoreFailures": true,
|
|
|
|
"text": "-enable-pretty-printing"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"stopAtEntry": false,
|
|
|
|
"targetArchitecture": "x64",
|
|
|
|
"type": "cppdbg"
|
2020-10-09 03:19:55 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"MIMode": "lldb",
|
|
|
|
"args": [],
|
|
|
|
"cwd": "${workspaceFolder}",
|
|
|
|
"environment": [],
|
|
|
|
"externalConsole": false,
|
|
|
|
"name": "(lldb) Launch (macOS Debug)",
|
|
|
|
"preLaunchTask": "Compile (Debug macOS x64)",
|
|
|
|
"program": "${workspaceFolder}/bin/macosx-amd64-librw_gl3_glfw-oal/Debug/re3.app",
|
|
|
|
"request": "launch",
|
|
|
|
"setupCommands": [
|
|
|
|
{
|
|
|
|
"description": "Enable pretty-printing for lldb",
|
|
|
|
"ignoreFailures": true,
|
|
|
|
"text": "-enable-pretty-printing"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"stopAtEntry": false,
|
|
|
|
"targetArchitecture": "x64",
|
|
|
|
"type": "cppdbg"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"MIMode": "lldb",
|
|
|
|
"args": [],
|
|
|
|
"cwd": "${workspaceFolder}",
|
|
|
|
"environment": [],
|
|
|
|
"externalConsole": false,
|
|
|
|
"name": "(lldb) Launch (macOS Release)",
|
|
|
|
"preLaunchTask": "Compile (Release macOS x64)",
|
|
|
|
"program": "${workspaceFolder}/bin/macosx-amd64-librw_gl3_glfw-oal/Release/re3.app",
|
|
|
|
"request": "launch",
|
|
|
|
"setupCommands": [
|
|
|
|
{
|
|
|
|
"description": "Enable pretty-printing for lldb",
|
|
|
|
"ignoreFailures": true,
|
|
|
|
"text": "-enable-pretty-printing"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"stopAtEntry": false,
|
|
|
|
"targetArchitecture": "x64",
|
|
|
|
"type": "cppdbg"
|
2020-10-05 08:57:21 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"version": "0.2.0"
|
|
|
|
}
|