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

Closes https://github.com/espressif/esp-idf/pull/12097
This commit is contained in:
Chip Weinberger
2023-08-18 00:24:02 -07:00
committed by renpeiying
parent 5a9a9620d5
commit 195524efa8

View File

@@ -3,7 +3,15 @@ JTAG Debugging
:link_to_translation:`zh_CN:[中文]` :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:`IDF Monitor <../../api-guides/tools/idf-monitor>` and :ref:CONFIG_ESP_SYSTEM_GDBSTUB_RUNTIME
.. highlight:: none
The document is structured as follows:
:ref:`jtag-debugging-introduction` :ref:`jtag-debugging-introduction`
Introduction to the purpose of this guide. Introduction to the purpose of this guide.