We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5756ff6 commit 8840b37Copy full SHA for 8840b37
platform.txt
@@ -133,8 +133,8 @@ debug.server=openocd
133
debug.server.openocd.path={runtime.tools.openocd-0.11.0-arduino2.path}/bin/openocd
134
debug.server.openocd.scripts_dir={runtime.tools.openocd-0.11.0-arduino2.path}/share/openocd/scripts/
135
136
-debug.cortex-debug.custom.postAttachCommands.0=set remote hardware-watchpoint-limit 2
137
-debug.cortex-debug.custom.postAttachCommands.1=monitor reset halt
+debug.cortex-debug.custom.postAttachCommands.0=monitor reset halt
+debug.cortex-debug.custom.postAttachCommands.1=monitor gdb_breakpoint_override hard
138
debug.cortex-debug.custom.postAttachCommands.2=monitor gdb_sync
139
debug.cortex-debug.custom.postAttachCommands.3=c
140
debug.cortex-debug.custom.overrideRestartCommands.0=monitor reset halt
0 commit comments