tinyusb-cdc-stm32f302c8-stm.../.vs/launch.vs.json

26 lines
833 B
JSON
Raw Normal View History

{
"version": "0.2.1",
"configurations": [
{
"project": "CMakeLists.txt",
"projectTarget": "tinyusb-stm32f302c8.elf",
"name": "Launch",
"type": "cppdbg",
"request": "launch",
"cwd": "${workspaceRoot}",
"program": "${debugInfo.fullTargetPath}",
"MIMode": "gdb",
"miDebuggerPath": "${st.gdb}",
"miDebuggerServerAddress": "localhost:3333",
"debugServerPath": "${st.gdbserver}",
"debugServerArgs": "--stm32cubeprogrammer-path ${st.cubeprogrammer} --swd --port-number 3333",
"serverStarted": "Waiting for connection on port .*\\.\\.\\.",
"stopAtConnect": true,
"postRemoteConnectCommands": [
{
"text": "load build/debug/build/tinyusb-stm32f302c8.elf"
}
],
"svdPath": "${st.svd}/STM32F302.svd" }
]
}