Move IDE 2.x Activity Bar debug button screenshot to appropriate location #400
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Arduino IDE 2.x has two controls related to the integrated debugger:
These two things have completely distinct purposes and can not be used interchangeably. Yet they look very similar. Feedback indicates that this complex interface causes confusion for users, and that such confusion will result in the inability to use the debugger, so it is important for the documentation to clearly differentiate between the two.
The debugger tutorial contains separate introductory text and screenshots for each of the buttons. Previously, the content for these two distinct things was ordered like so:
This order could lead the reader to think the Activity Bar button screenshot was showing the control referenced by the Toolbar button introductory text, since the screenshot came after that introductory text.
What This PR Changes
Use a more logical and clear order:
Contribution Guidelines