Skip to content

[MKC-656] Update Zero Debugger tutorial #526

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 29, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ For this this tutorial we will be using the Arduino Zero's built-in debugger int

**2.** Select the board from the board/port list. When we select the Arduino Zero, the debugger icon close to the upload button will also become more visible.

![Debugger icon available if board is supported.](assets/zero-debugger-img01.png)
![Debugger icon available if board is supported.](assets/icon-available.png)

**3.** To use the debugger, we first need to make sure the built program will be optimized for debugging, so let's enable that option by navigating to **Sketch > Optimize for Debugging** and checking it.

![Enable "Optimize for Debugging" option.](assets/zero-debugger-img02.png)
![Enable "Optimize for Debugging" option.](assets/optimize-debugger.png)

**4.** Your Arduino Zero is now ready to be debugged using the Arduino IDE 2.0.

Expand Down