Is it possible to set break point and restart app only through serial monitor
Posted: Tue Nov 28, 2017 9:34 am
Hi ESP-IDF, gfast2 here again.
It takes time to setup JTAG Debugger.
I just wunder if it is still possible after I encounter core panic and trigger the gdb in serial monitor, I still have some interaction with my app on ESP32. For instance, I can list where I was, or info locals to list local variable values.
But say how to break fileToSetBreakPoint.c 123, and send command to let gdb restart the app?
(P.s: I did spent sometime on reading doc "How to Debugging" )
Cheers
Gfast2
It takes time to setup JTAG Debugger.
I just wunder if it is still possible after I encounter core panic and trigger the gdb in serial monitor, I still have some interaction with my app on ESP32. For instance, I can list where I was, or info locals to list local variable values.
But say how to break fileToSetBreakPoint.c 123, and send command to let gdb restart the app?
(P.s: I did spent sometime on reading doc "How to Debugging" )
Cheers
Gfast2