52 lines
1.4 KiB
JSON
52 lines
1.4 KiB
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "C/C++ Runner: Debug Session",
|
|
"type": "cppdbg",
|
|
"request": "launch",
|
|
"args": [],
|
|
"stopAtEntry": false,
|
|
"externalConsole": true,
|
|
"cwd": "c:/lene/fasttube/FT25/03_ams/ams-master/Software/Core/Src",
|
|
"program": "c:/lene/fasttube/FT25/03_ams/ams-master/Software/Core/Src/build/Debug/outDebug",
|
|
"MIMode": "gdb",
|
|
"miDebuggerPath": "gdb",
|
|
"setupCommands": [
|
|
{
|
|
"description": "Enable pretty-printing for gdb",
|
|
"text": "-enable-pretty-printing",
|
|
"ignoreFailures": true
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"showDevDebugOutput": "parsed",
|
|
"cwd": "${workspaceRoot}",
|
|
"executable": "./build/debug/Master_FT25.elf",
|
|
"name": "Debug STM32",
|
|
"request": "launch",
|
|
"type": "cortex-debug",
|
|
"servertype": "openocd",
|
|
"preLaunchTask": "Build STM",
|
|
"device": "stm32h7a3",
|
|
"configFiles": [
|
|
"openocd.cfg"
|
|
]
|
|
},
|
|
{
|
|
"showDevDebugOutput": "parsed",
|
|
"cwd": "${workspaceRoot}",
|
|
"executable": "./build/debug/Master_FT25.elf",
|
|
"name": "Attach STM32",
|
|
"request": "attach",
|
|
"type": "cortex-debug",
|
|
"servertype": "openocd",
|
|
"preLaunchTask": "Build STM",
|
|
"device": "stm32h7a3",
|
|
"configFiles": [
|
|
"openocd.cfg"
|
|
]
|
|
}
|
|
]
|
|
} |