File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -90,14 +90,23 @@ Open a Command Prompt and Start GDB
90
90
Open a terminal or ``CMD `` prompt and navigate to the proper ESP8266 toolchain
91
91
directory.
92
92
93
+ Linux
94
+
93
95
.. code :: cpp
94
96
95
97
~/.arduino15/packages/esp8266/hardware/xtensa-lx106-elf/bin/xtensa-lx106-elf-gdb
96
98
99
+ Windows (Using Board Manager version)
100
+
101
+ .. code :: cpp
102
+
103
+ %userprofile%\AppData\Local\Arduino15\packages\esp8266\tools\xtensa-lx106-elf-gcc\2.5.0-3-20ed2b9\bin\xtensa-lx106-elf-gdb.exe
104
+
105
+ Windows (Using Git version)
106
+
97
107
.. code :: cpp
98
108
99
- cd TODO WINDOWS
100
- xtensa-lx106-elf-gdb.exe
109
+ %userprofile%\Documents\Arduino\hardware\esp8266com\esp8266\tools\xtensa-lx106-elf\bin\xtensa-lx106-elf-gdb.exe
101
110
102
111
Please note the proper GDB name is "xtensa-lx106-elf-gdb". If you accidentally
103
112
run "gdb" you may start your own operating system's GDB, which will not know how
You can’t perform that action at this time.
0 commit comments