Skip to content

Commit 4d302f0

Browse files
lrmoreno007d-a-v
authored andcommitted
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
1 parent 7c5be91 commit 4d302f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/gdb.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Under Linux these files are stored in ``/tmp/arduino_build_*`` and the following
8080
8181
find /tmp -name "*.elf" -print
8282
83-
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:
83+
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:
8484

8585
.. code:: cpp
8686
@@ -239,6 +239,7 @@ We're now at the GDB prompt, but nothing has been set up for the ESP8266
239239
and no debug information has been loaded. Cut-and-paste the setup options:
240240

241241
.. code:: cpp
242+
242243
(gdb) set remote hardware-breakpoint-limit 1
243244
(gdb) set remote hardware-watchpoint-limit 1
244245
(gdb) set remote interrupt-on-connect on

0 commit comments

Comments
 (0)