docs: Update Chinese translation for api-guides/jtag-debugging/index.rst

This commit is contained in:
renpeiying 2023-09-19 19:02:06 +08:00
parent 195524efa8
commit c17d9ff684
2 changed files with 11 additions and 3 deletions

View File

@ -3,11 +3,11 @@ JTAG Debugging
:link_to_translation:`zh_CN:[中文]`
This document provides a guide to installing OpenOCD for {IDF_TARGET_NAME} and debugging using GDB.
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
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

View File

@ -3,7 +3,15 @@ JTAG 调试
:link_to_translation:`en:[English]`
本文将介绍如何安装 {IDF_TARGET_NAME} 的 OpenOCD 调试环境,以及如何使用 GDB 来调试 {IDF_TARGET_NAME} 的应用程序。本文结构如下:
本文将介绍如何安装 {IDF_TARGET_NAME} 的 OpenOCD 调试环境,以及如何使用 GDB 来调试 {IDF_TARGET_NAME} 的应用程序。
.. note::
也可以使用 ``idf.py monitor`` 来调试 {IDF_TARGET_NAME},免于设置 JTAG 或 OpenOCD。请参阅 :doc:`../../api-guides/tools/idf-monitor`:ref:`CONFIG_ESP_SYSTEM_GDBSTUB_RUNTIME`
.. highlight:: none
本文档结构如下:
:ref:`jtag-debugging-introduction`
介绍本指南主旨。