Skip to content

Commit f7d896c

Browse files
committed
Update debugging.md
1 parent 7a90b51 commit f7d896c

File tree

1 file changed

+1
-1
lines changed
  • content/hardware/03.nano/boards/nano-esp32/tutorials/debugging

1 file changed

+1
-1
lines changed

content/hardware/03.nano/boards/nano-esp32/tutorials/debugging/debugging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Finally, after completing all necessary steps above the last step is to start th
114114

115115
***Note: During the upload you will see a debug_custom.json appear in the file view. If you want to debug using another board it's important that you delete this file otherwise the IDE will use the wrong debugger and fail. You can find the file inside your sketch folder, typically at `~/documents/Arduino/<yoursketch>`***
116116

117-
After starting the debugging session you have to press the continue button **several times** until you reach your main sketch and the breakpoints you set. This is due to how the recovery system works is expected behavior.
117+
After starting the debugging session you have to press the continue button **several times** until you reach your main sketch and the breakpoints you set. This is due to how the recovery system works and is expected behavior.
118118

119119
![Continue Button](./assets/continueBtn.png)
120120

0 commit comments

Comments
 (0)