Merge branch 'doc/refer_gdbstub_indebug_section' into 'master'

docs(jtag-debugging): Add links to gdbstub for convenience

Closes IDFGH-10898

See merge request espressif/esp-idf!25751
This commit is contained in:
Alexey Gerenkov
2023-10-04 17:09:12 +08:00
2 changed files with 18 additions and 2 deletions
+9 -1
View File
@@ -3,7 +3,15 @@ JTAG Debugging
:link_to_translation:`zh_CN:[中文]`
This document provides a guide to installing OpenOCD for {IDF_TARGET_NAME} and debugging using GDB. The document is structured as follows:
This document provides a guide to installing OpenOCD for {IDF_TARGET_NAME} and debugging using GDB.
.. note::
You can also debug your {IDF_TARGET_NAME} without needing to setup JTAG or OpenOCD by using ``idf.py monitor``. See: :doc:`../../api-guides/tools/idf-monitor` and :ref:`CONFIG_ESP_SYSTEM_GDBSTUB_RUNTIME`.
.. highlight:: none
The document is structured as follows:
:ref:`jtag-debugging-introduction`
Introduction to the purpose of this guide.