2022-04-13 08:01:46 +02:00
|
|
|
{
|
|
|
|
|
"version": "0.2.0",
|
|
|
|
|
"configurations": [
|
|
|
|
|
{
|
|
|
|
|
"name": "C/C++ Runner: Debug Session",
|
|
|
|
|
"type": "cppdbg",
|
|
|
|
|
"request": "launch",
|
|
|
|
|
"args": [],
|
|
|
|
|
"stopAtEntry": false,
|
2022-04-13 22:57:04 +02:00
|
|
|
"cwd": "/home/baco/ft_printf",
|
2022-04-13 08:01:46 +02:00
|
|
|
"environment": [],
|
2022-04-13 22:57:04 +02:00
|
|
|
"program": "/home/baco/ft_printf/build/Debug/outDebug",
|
2022-04-13 08:01:46 +02:00
|
|
|
"internalConsoleOptions": "openOnSessionStart",
|
|
|
|
|
"MIMode": "gdb",
|
|
|
|
|
"miDebuggerPath": "/usr/bin/gdb",
|
|
|
|
|
"externalConsole": false,
|
|
|
|
|
"setupCommands": [
|
|
|
|
|
{
|
|
|
|
|
"description": "Enable pretty-printing for gdb",
|
|
|
|
|
"text": "-enable-pretty-printing",
|
|
|
|
|
"ignoreFailures": true
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|