Files
Hero-C-Board-Legacy/.vscode/launch.json
2025-11-01 21:44:20 +08:00

24 lines
683 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"name": "C/C++ Runner: Debug Session",
"type": "cppdbg",
"request": "launch",
"args": [],
"stopAtEntry": false,
"externalConsole": true,
"cwd": "f:/Mas_Infantry_Control-main/开源代码/V1.0/Hero/云台/云台/System",
"program": "f:/Mas_Infantry_Control-main/开源代码/V1.0/Hero/云台/云台/System/build/Debug/outDebug",
"MIMode": "gdb",
"miDebuggerPath": "gdb",
"setupCommands": [
{
"description": "Enable pretty-printing for gdb",
"text": "-enable-pretty-printing",
"ignoreFailures": true
}
]
}
]
}