1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-21 21:22:31 +03:00

Fix missed backquote to make monospaced text in gdb.rst (#5663)

* Fix missed backquote to make monospaced text in gdb.rst
* Fix line spacing on example walkthrough
This commit is contained in:
ZaPpInG
2019-01-24 23:04:56 +01:00
committed by david gauchard
parent 7c5be91430
commit 4d302f06c9

View File

@ -80,7 +80,7 @@ Under Linux these files are stored in ``/tmp/arduino_build_*`` and the following
find /tmp -name "*.elf" -print
Under Windows these files are stored in `%userprofile%\AppData\Local\Temp\arduino_build_*`` and the following command will help locate the right file for your app:
Under Windows these files are stored in ``%userprofile%\AppData\Local\Temp\arduino_build_*`` and the following command will help locate the right file for your app:
.. code:: cpp
@ -239,6 +239,7 @@ We're now at the GDB prompt, but nothing has been set up for the ESP8266
and no debug information has been loaded. Cut-and-paste the setup options:
.. code:: cpp
(gdb) set remote hardware-breakpoint-limit 1
(gdb) set remote hardware-watchpoint-limit 1
(gdb) set remote interrupt-on-connect on