Skip to content

Commit

Permalink
docs(jtag-debugging): add links to gdbstub for convenience
Browse files Browse the repository at this point in the history
  • Loading branch information
chipweinberger authored Aug 18, 2023
1 parent 968ce2e commit 8caf035
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/en/api-guides/jtag-debugging/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ JTAG Debugging
==============
:link_to_translation:`zh_CN:[中文]`

.. note::

You can also debug your ESP32 with GDB when using ``idf.py monitor`` without needing to setup JTAG or OpenOCD. See: :doc:`IDF Monitor <../../api-guides/tools/idf-monitor.html>` and :ref:CONFIG_ESP_SYSTEM_GDBSTUB_RUNTIME

.. highlight:: none

This document provides a guide to installing OpenOCD for {IDF_TARGET_NAME} and debugging using GDB. The document is structured as follows:

:ref:`jtag-debugging-introduction`
Expand Down

0 comments on commit 8caf035

Please sign in to comment.