You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/gdb.rst
+2-1
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@ Under Linux these files are stored in ``/tmp/arduino_build_*`` and the following
80
80
81
81
find /tmp -name "*.elf" -print
82
82
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:
84
84
85
85
.. code:: cpp
86
86
@@ -239,6 +239,7 @@ We're now at the GDB prompt, but nothing has been set up for the ESP8266
239
239
and no debug information has been loaded. Cut-and-paste the setup options:
0 commit comments