Commit d9f7829
committed
Add instructions for selecting debug probe from "Programmer" menu in IDE 2.x debugger tutorials
A major reworking of the debugger configuration system was released in Arduino IDE 2.3.0. One of the user facing changes
is the ability to configure the IDE for the debug probe hardware in use via the "Tools > Programmer" menu selection.
As a side effect of that change, it is now mandatory for the user to make the appropriate selection from that menu in
order to use the debugger. If no selection is made, the IDE disables the "Start Debugging" button. For this reason, it
will be important for the debugger tutorials to include this.
Arduino IDE versions prior to 2.3.0 did not use the "Programmer" selection for configuration of the debugger. Although
selecting a programmer before starting the debugger is not mandatory for users of older versions of the IDE, it also
will not cause any harm and that menu was present in those versions of the IDE as well. So the inclusion of a
"Programmer" menu selection step in the tutorials does not break their compatibility with previous versions of Arduino
IDE 2.x.1 parent 51683b2 commit d9f7829
File tree
3 files changed
+7
-1
lines changed- content/hardware
- 01.mkr/01.boards/mkr-wifi-1010/tutorials
- atmel-ice
- mkr-jlink-setup
- 02.hero/boards/zero/tutorials/debugging-with-zero
3 files changed
+7
-1
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| 118 | + | |
| 119 | + | |
118 | 120 | | |
119 | 121 | | |
120 | 122 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| 70 | + | |
| 71 | + | |
70 | 72 | | |
71 | 73 | | |
72 | 74 | | |
| |||
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
| |||
0 commit comments