Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By igrr
#26661 Cesanta's GDB stub is quite useable for GDB-over-serial so I doubt there is much sense in writing a command parser for this purpose.

There is also Bitlash, which in my opinion is quite cool but it requires some effort to port to the 8266.
User avatar
By igrr
#26959 I use gdb stub a lot for debugging, extremely handy to inspect memory contents when something bad happens. Unfortunately it is licensed under GPL so I can't include it into the 8266 Arduino core "by default".
User avatar
By martinayotte
#26963 Even if not integrated into ArduinoESP, do you thing we can get a fork of it somewhere which explain a bit more how to plug it ourselves on ArduinoESP ?
Because the docs found here https://blog.cesanta.com/esp8266-gdb and here https://github.com/cesanta/smart.js/blo ... DME.md#gdb is not very well details.
Is it simply somehow to plug v7_gdb.c into our own projects ? I can't figured out ... :?