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:
@ -80,7 +80,7 @@ Under Linux these files are stored in ``/tmp/arduino_build_*`` and the following
|
|||||||
|
|
||||||
find /tmp -name "*.elf" -print
|
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
|
.. 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:
|
and no debug information has been loaded. Cut-and-paste the setup options:
|
||||||
|
|
||||||
.. code:: cpp
|
.. code:: cpp
|
||||||
|
|
||||||
(gdb) set remote hardware-breakpoint-limit 1
|
(gdb) set remote hardware-breakpoint-limit 1
|
||||||
(gdb) set remote hardware-watchpoint-limit 1
|
(gdb) set remote hardware-watchpoint-limit 1
|
||||||
(gdb) set remote interrupt-on-connect on
|
(gdb) set remote interrupt-on-connect on
|
||||||
|
Reference in New Issue
Block a user