Skip to content

Commit a803d35

Browse files
Update content/hardware/02.hero/boards/uno-r4-minima/tutorials/debugger/debugger.md
Co-authored-by: Jacob Hylén <[email protected]>
1 parent a8634ab commit a803d35

File tree

1 file changed

+3
-1
lines changed
  • content/hardware/02.hero/boards/uno-r4-minima/tutorials/debugger

1 file changed

+3
-1
lines changed

content/hardware/02.hero/boards/uno-r4-minima/tutorials/debugger/debugger.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,9 @@ In the little window that appears, type ".ino". You should now be able to see th
9494

9595
![Find source file window](./assets/ozone_find_window.png)
9696

97-
Covering all features of Ozone would go beyond the scope of this tutorial but to give you a starting point we will show you how to add a breakpoint and hold your sketch at that point. As mentioned above a breakpoint is an intentional stopping or pausing place at a specific point in the code. You can add them by clicking the sidebar next to your sketch, and you should see a red dot appear. You have now set a breakpoint.
97+
### Setting Breakpoints
98+
99+
As mentioned above a breakpoint is an intentional stopping or pausing place at a specific point in the code. You can add them by clicking the sidebar next to your sketch, and you should see a red dot appear. You have now set a breakpoint.
98100

99101
![Setting a breakpoint](./assets/breakpoint.png)
100102

0 commit comments

Comments
 (0)