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