Added some words about a non-obvious point at the Command Line section

pull/3310/head
Andrey Gramakov 2019-01-24 10:30:33 +08:00
rodzic 70eda3d221
commit c3324d5645
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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)