mirror of
https://gitee.com/notrynohigh/BabyOS_Protocol.git
synced 2025-02-05 17:28:21 +08:00
24 lines
675 B
JSON
24 lines
675 B
JSON
|
{
|
||
|
"version": "0.2.0",
|
||
|
"configurations": [
|
||
|
{
|
||
|
"name": "C/C++ Runner: Debug Session",
|
||
|
"type": "cppdbg",
|
||
|
"request": "launch",
|
||
|
"args": [],
|
||
|
"stopAtEntry": false,
|
||
|
"externalConsole": true,
|
||
|
"cwd": "c:/Users/lkl92/Documents/work/BabyOS/BabyOS_Protocol/BabyOS_Protocol",
|
||
|
"program": "c:/Users/lkl92/Documents/work/BabyOS/BabyOS_Protocol/BabyOS_Protocol/build/Debug/outDebug",
|
||
|
"MIMode": "gdb",
|
||
|
"miDebuggerPath": "gdb",
|
||
|
"setupCommands": [
|
||
|
{
|
||
|
"description": "Enable pretty-printing for gdb",
|
||
|
"text": "-enable-pretty-printing",
|
||
|
"ignoreFailures": true
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|