We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a9f694 commit 6d0ecc0Copy full SHA for 6d0ecc0
src/openocd.gdb
@@ -23,10 +23,10 @@ monitor itm port 0 on
23
# Set a breakpoint at main, aka entry
24
break main
25
26
-# Set a breakpiont at DefaultHandler
+# Set a breakpoint at DefaultHandler
27
break DefaultHandler
28
29
-# Set a breakpiont at HardFault
+# Set a breakpoint at HardFault
30
break HardFault
31
32
# Continue running until we hit the main breakpoint
0 commit comments