Skip to content

Commit 8840b37

Browse files
committed
debugger: force hard breakpoints
1 parent 5756ff6 commit 8840b37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

platform.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ debug.server=openocd
133133
debug.server.openocd.path={runtime.tools.openocd-0.11.0-arduino2.path}/bin/openocd
134134
debug.server.openocd.scripts_dir={runtime.tools.openocd-0.11.0-arduino2.path}/share/openocd/scripts/
135135

136-
debug.cortex-debug.custom.postAttachCommands.0=set remote hardware-watchpoint-limit 2
137-
debug.cortex-debug.custom.postAttachCommands.1=monitor reset halt
136+
debug.cortex-debug.custom.postAttachCommands.0=monitor reset halt
137+
debug.cortex-debug.custom.postAttachCommands.1=monitor gdb_breakpoint_override hard
138138
debug.cortex-debug.custom.postAttachCommands.2=monitor gdb_sync
139139
debug.cortex-debug.custom.postAttachCommands.3=c
140140
debug.cortex-debug.custom.overrideRestartCommands.0=monitor reset halt

0 commit comments

Comments
 (0)