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
9090Open a terminal or ``CMD `` prompt and navigate to the proper ESP8266 toolchain
9191directory.
9292
93+ Linux
94+
9395.. code :: cpp
9496
9597 ~/.arduino15/packages/esp8266/hardware/xtensa-lx106-elf/bin/xtensa-lx106-elf-gdb
9698
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+
97107.. code :: cpp
98108
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
101110
102111 Please note the proper GDB name is "xtensa-lx106-elf-gdb". If you accidentally
103112run "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