jannerju95124 65af3e65c9
Some checks failed
continuous-integration/drone/push Build is failing
Image größe optimiert
2026-04-22 11:12:37 +02:00

24 lines
691 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"name": "C/C++ Runner: Debug Session",
"type": "cppdbg",
"request": "launch",
"args": [],
"stopAtEntry": false,
"externalConsole": true,
"cwd": "c:/UNI/6.Semester/Docker/Austausch/Healthcheck/EinfuehrungInDocker_Pipeline2",
"program": "c:/UNI/6.Semester/Docker/Austausch/Healthcheck/EinfuehrungInDocker_Pipeline2/build/Debug/outDebug",
"MIMode": "gdb",
"miDebuggerPath": "gdb",
"setupCommands": [
{
"description": "Enable pretty-printing for gdb",
"text": "-enable-pretty-printing",
"ignoreFailures": true
}
]
}
]
}