Skip to content

Move IDE 2.x Activity Bar debug button screenshot to appropriate location #400

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
Jul 27, 2022
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ Once you have your hardware set up, we can continue to explore the Debugger tool

The Debugger is a brand new tool integrated in the Arduino IDE 2.0. You can easily access it from the sidebar on the left, grouped with the **Board Manager**, **Library Manager**, **Search** and **Sketchbook Explorer**.

Mind that doing so will only show you its interface, but the real magic happens when you click the **bug icon** in the buttons menu.

![The Debugger button.](assets/debugger-img01.png)

Mind that doing so will only show you its interface, but the real magic happens when you click the **bug icon** in the buttons menu.

Now, in order to use the debugger, we need specific hardware instruments, the choice of which is very dependent on what kind of board/processor you are using, and you will almost always need an external debugger.

![Debugger icon available if board is supported.](assets/debugger-img02.png)
Expand Down