mirror of
https://github.com/kuhyx/engineer-thesis-WUT.git
synced 2026-07-04 15:03:11 +02:00
76 lines
2.0 KiB
JSON
76 lines
2.0 KiB
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"defines": [
|
|
"GLFW_INCLUDE_NONE"
|
|
],
|
|
"name": "C/C++ Runner: BREAKOUT",
|
|
"type": "cppdbg",
|
|
"request": "launch",
|
|
"args": [
|
|
""
|
|
],
|
|
"stopAtEntry": false,
|
|
"cwd": "${workspaceFolder}/Engine/breakout",
|
|
"environment": [],
|
|
"program": "${workspaceFolder}/Engine/breakout/build/Debug/outDebug",
|
|
"internalConsoleOptions": "openOnSessionStart",
|
|
"MIMode": "gdb",
|
|
"miDebuggerPath": "gdb",
|
|
"externalConsole": false,
|
|
"setupCommands": [
|
|
{
|
|
"description": "Enable pretty-printing for gdb",
|
|
"text": "-enable-pretty-printing",
|
|
"ignoreFailures": true
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"defines": [
|
|
"GLFW_INCLUDE_NONE"
|
|
],
|
|
"name": "C/C++ Runner: learn opgl",
|
|
"type": "cppdbg",
|
|
"request": "launch",
|
|
"args": [
|
|
""
|
|
],
|
|
"stopAtEntry": false,
|
|
"cwd": "${workspaceFolder}/Engine/engine",
|
|
"environment": [],
|
|
"program": "${workspaceFolder}/Engine/engine/build/Debug/outDebug",
|
|
"internalConsoleOptions": "openOnSessionStart",
|
|
"MIMode": "gdb",
|
|
"miDebuggerPath": "gdb",
|
|
"externalConsole": false,
|
|
"setupCommands": [
|
|
{
|
|
"description": "Enable pretty-printing for gdb",
|
|
"text": "-enable-pretty-printing",
|
|
"ignoreFailures": true
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "C/C++ Runner: Debug Session",
|
|
"type": "cppdbg",
|
|
"request": "launch",
|
|
"args": [],
|
|
"stopAtEntry": false,
|
|
"externalConsole": false,
|
|
"cwd": "/home/kuchy/inzynierka/engineer-thesis-WUT/breakout",
|
|
"program": "/home/kuchy/inzynierka/engineer-thesis-WUT/breakout/build/Debug/outDebug",
|
|
"MIMode": "gdb",
|
|
"miDebuggerPath": "gdb",
|
|
"setupCommands": [
|
|
{
|
|
"description": "Enable pretty-printing for gdb",
|
|
"text": "-enable-pretty-printing",
|
|
"ignoreFailures": true
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |