Open universam1 opened 7 years ago
We tested that and it does not work properly :(
Does it work for you?
Here is a good introduction: http://hackaday.com/2015/12/12/squash-your-esp-8266-bugs-with-esp-gdbstub/
Actually I was hoping of PIO, guess they should be able to get some support by Espressif likely
Any thing new about this issue?
Any news? I could try it this evening probably
For reference: https://github.com/sysprogs/esp8266-openocd promises to be a fully-featured OpenOCD version for the ESP8266, so JTAG debugging should be possible with it, next to the here-mentioned GDBstub over UART.
I visited the topic myself and I come up with some notes and minimal project. Of course, it's not perfect, and there are few weird things, but it works for me. If anyone is interested: https://github.com/AgainPsychoX/TestGDBStubForESP8266
Debugging via GDB stub is available: https://github.com/esp8266/Arduino/tree/master/libraries/GDBStub
Would be a killer feature for PlatformIO!