{ "configurations": [ { "showDevDebugOutput": "parsed", "cwd": "${workspaceRoot}", "executable": "./build/PDU_FT24_Code.elf", "name": "Debug STM32", "request": "launch", "type": "cortex-debug", "servertype": "openocd", "preLaunchTask": "Build STM", "device": "stm32f302xc.s", "configFiles": [ "openocd.cfg" ] }, { "showDevDebugOutput": "parsed", "cwd": "${workspaceRoot}", "executable": "./build/PDU_FT24_Code.elf", "name": "Attach STM32", "request": "attach", "type": "cortex-debug", "servertype": "openocd", "preLaunchTask": "Build STM", "device": "stm32f302xc.s", "configFiles": [ "openocd.cfg" ] } ] }