Skip to content

Commit a4de764

Browse files
committed
Merge branch 'sync/Hannes7eicher/Nano-ESP32-Debugging-Fix' of https://github.com/arduino/docs-content into sync/Hannes7eicher/Nano-ESP32-Debugging-Fix
2 parents 13b3cc5 + f7d896c commit a4de764

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
@@ -116,7 +116,7 @@ Finally, after completing all necessary steps above the last step is to start th
116116

117117
***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>`***
118118

119-
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.
119+
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.
120120

121121
![Continue Button](./assets/continueBtn.png)
122122

0 commit comments

Comments
 (0)