Answer the question
In order to leave comments, you need to log in
How to debug software on esp8266?
I have tried NodeMCU and Arduino with this MCU but both tools have no debugging. Not in MicroPython either.
The impression of the tools is very bad, the same NodeMCU is just a set of crutches, where the lack of memory in lua scripts is a regular situation. Arduino is a working option, but it lacks debugging.
Are there any other means to work with it with debugging capability (stack, variables, etc.)?
What is the most comfortable set of software for developing on it for home non-professional use?
Answer the question
In order to leave comments, you need to log in
You can connect gdbstub and debug with gdb over the serial port. You can use JTAG if the corresponding legs are not busy and debug using gdb + openocd.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question