platformio / platform-espressif8266

Espressif 8266: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/espressif8266
Apache License 2.0
320 stars 218 forks source link

Support debugging for Espressif ESP8266 ESP-12E #280

Open RobinKamps opened 1 year ago

RobinKamps commented 1 year ago

https://docs.platformio.org/en/stable/plus/debugging.html#piodebug does not list ESP8266, so this might be a feature request.

Could not get JTAG Debugging running on platform-io.

adding the following lines to platformio.ini

[env:esp12e]
debug_tool = esp-prog
debug_init_break = tbreak setup

the debug console states:

undefinedError: Currently, PlatformIO does not support debugging for `Espressif ESP8266 ESP-12E`

jtag debugging seems to work on other (unknown) IDEs: https://rsaxvc.net/blog/2020/2/22/Setting_up_ESP8266_for_sample-based_profiling_and_debugging.html