Skip to content

Commit

Permalink
docs: Fix a build error
Browse files Browse the repository at this point in the history
  • Loading branch information
Shen765 committed Dec 20, 2024
1 parent 740b1d4 commit 4458cda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs_espressif/en/debugproject.rst
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ For example, establish two breakpoints where the state of LED changes. Based on

.. note::

ESP32 supports a maximum of two hardware breakpoints. For more information, refer to `Breakpoints and Watchpoints Available <https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/jtag-debugging/tips-and-quirks.html#jtag-debugging-tip-breakpoints>`_.
ESP32 supports a maximum of two hardware breakpoints. For more information, refer to `Breakpoints and Watchpoints Available <https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/jtag-debugging/tips-and-quirks.html#breakpoints-and-watchpoints-available>`_.

Once a debug session starts, a **debug toolbar** will appear on the top of the VS Code editor with several actions, as explained in `Visual Studio Code Debug Actions <https://code.visualstudio.com/docs/editor/debugging#_debug-actions>`_.

Expand Down
2 changes: 1 addition & 1 deletion docs_espressif/en/monitoroutput.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ To view the serial monitor output from your device, please follow the instructio

.. image:: ../../media/tutorials/basic_use/monitor.png

Next step is to :ref:`Debug Your Project <debug your project>`.
Next step is to :doc:`debug your project </docs_espressif/en/debugproject>`.

.. note::
* The monitor baud rate is defined with ``CONFIG_ESPTOOLPY_MONITOR_BAUD`` from project's SDK Configuration Editor. You can override it by setting a value in **idf.monitorBaudRate**.

0 comments on commit 4458cda

Please sign in to comment.