We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af3c6d1 commit dcbca32Copy full SHA for dcbca32
1 file changed
.vscode/launch.json
@@ -171,6 +171,22 @@
171
"monitor halt"
172
]
173
},
174
+ {
175
+ "name": "MCU | ST-LINK | Attach (No Flash)",
176
+ "type": "cortex-debug",
177
+ "request": "attach",
178
+ "cwd": "${workspaceFolder}",
179
+ "executable": "${workspaceFolder}/out/build/latest.elf",
180
+ "servertype": "stlink",
181
+ "serverpath": "ST-LINK_gdbserver",
182
+ "gdbPath": "arm-none-eabi-gdb",
183
+ "device": "STM32H723ZGTx",
184
+ "interface": "swd",
185
+ "svdFile": "${workspaceFolder}/STM32H723.svd",
186
+ "showDevDebugOutput": "parsed",
187
+ "runToEntryPoint": "",
188
+ "postAttachCommands": []
189
+ },
190
{
191
"name": "SIM | Rosetta | Debug App",
192
"type": "cppdbg",
0 commit comments