diff --git a/content/hardware/02.hero/boards/zero/tutorials/debugging-with-zero/assets/icon-available.png b/content/hardware/02.hero/boards/zero/tutorials/debugging-with-zero/assets/icon-available.png new file mode 100644 index 0000000000..1fc6b6f6a9 Binary files /dev/null and b/content/hardware/02.hero/boards/zero/tutorials/debugging-with-zero/assets/icon-available.png differ diff --git a/content/hardware/02.hero/boards/zero/tutorials/debugging-with-zero/assets/optimize-debugger.png b/content/hardware/02.hero/boards/zero/tutorials/debugging-with-zero/assets/optimize-debugger.png new file mode 100644 index 0000000000..cbfbf4c0f1 Binary files /dev/null and b/content/hardware/02.hero/boards/zero/tutorials/debugging-with-zero/assets/optimize-debugger.png differ diff --git a/content/hardware/02.hero/boards/zero/tutorials/debugging-with-zero/assets/zero-debugger-img01.png b/content/hardware/02.hero/boards/zero/tutorials/debugging-with-zero/assets/zero-debugger-img01.png deleted file mode 100644 index f67d0ae08f..0000000000 Binary files a/content/hardware/02.hero/boards/zero/tutorials/debugging-with-zero/assets/zero-debugger-img01.png and /dev/null differ diff --git a/content/hardware/02.hero/boards/zero/tutorials/debugging-with-zero/assets/zero-debugger-img02.png b/content/hardware/02.hero/boards/zero/tutorials/debugging-with-zero/assets/zero-debugger-img02.png deleted file mode 100644 index dc1bfecaf8..0000000000 Binary files a/content/hardware/02.hero/boards/zero/tutorials/debugging-with-zero/assets/zero-debugger-img02.png and /dev/null differ diff --git a/content/hardware/02.hero/boards/zero/tutorials/debugging-with-zero/debugging-with-zero.md b/content/hardware/02.hero/boards/zero/tutorials/debugging-with-zero/debugging-with-zero.md index 48a4e23444..066438d69f 100644 --- a/content/hardware/02.hero/boards/zero/tutorials/debugging-with-zero/debugging-with-zero.md +++ b/content/hardware/02.hero/boards/zero/tutorials/debugging-with-zero/debugging-with-zero.md @@ -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.