From c3324d5645bda774bfd581e99701fcb926458f32 Mon Sep 17 00:00:00 2001 From: Andrey Gramakov Date: Thu, 24 Jan 2019 10:30:33 +0800 Subject: [PATCH 1/2] Added some words about a non-obvious point at the Command Line section --- docs/en/api-guides/jtag-debugging/using-debugger.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/api-guides/jtag-debugging/using-debugger.rst b/docs/en/api-guides/jtag-debugging/using-debugger.rst index 703259bc9a..a81859c03f 100644 --- a/docs/en/api-guides/jtag-debugging/using-debugger.rst +++ b/docs/en/api-guides/jtag-debugging/using-debugger.rst @@ -101,7 +101,7 @@ If you are not quite sure how to use GDB, check :ref:`jtag-debugging-examples-ec Command Line ^^^^^^^^^^^^ -1. To be able start debugging session, the target should be up and running. If not done already, complete steps described under :ref:`jtag-debugging-configuring-esp32-target`. +1. To be able start debugging session, the target should be up and running, i.e. OpenOCD needs to be running in the background. If not done already, complete steps described under :ref:`jtag-debugging-configuring-esp32-target`. .. highlight:: bash @@ -180,7 +180,7 @@ Command Line [New Thread 1073432196] [New Thread 1073411552] [Switching to Thread 1073411996] - + Temporary breakpoint 1, app_main () at /home/user-name/esp/blink/main/./blink.c:43 43 xTaskCreate(&blink_task, "blink_task", 512, NULL, 5, NULL); (gdb) From a50fc4f0156445c50ebaad3cf5785be9306bffa2 Mon Sep 17 00:00:00 2001 From: Andrey Gramakov Date: Tue, 12 Feb 2019 08:38:41 +0300 Subject: [PATCH 2/2] Final formulation of the sentence in a Command Line chapter --- docs/en/api-guides/jtag-debugging/using-debugger.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/api-guides/jtag-debugging/using-debugger.rst b/docs/en/api-guides/jtag-debugging/using-debugger.rst index a81859c03f..70fa251969 100644 --- a/docs/en/api-guides/jtag-debugging/using-debugger.rst +++ b/docs/en/api-guides/jtag-debugging/using-debugger.rst @@ -101,7 +101,7 @@ If you are not quite sure how to use GDB, check :ref:`jtag-debugging-examples-ec Command Line ^^^^^^^^^^^^ -1. To be able start debugging session, the target should be up and running, i.e. OpenOCD needs to be running in the background. If not done already, complete steps described under :ref:`jtag-debugging-configuring-esp32-target`. +1. Begin with completing steps described under :ref:``jtag-debugging-configuring-esp32-target``. This is prerequisite to start a debugging session. .. highlight:: bash @@ -180,7 +180,7 @@ Command Line [New Thread 1073432196] [New Thread 1073411552] [Switching to Thread 1073411996] - + Temporary breakpoint 1, app_main () at /home/user-name/esp/blink/main/./blink.c:43 43 xTaskCreate(&blink_task, "blink_task", 512, NULL, 5, NULL); (gdb)