Search found 11 matches

by hamishcunningham
Fri Apr 20, 2018 8:41 am
Forum: ESP-IDF
Topic: Can you step through code with GDB over UART? ("No symbol table")
Replies: 2
Views: 6376

Can you step through code with GDB over UART? ("No symbol table")

hi folks! Am I right in thinking that when debugging with GDB over the serial line it isn't possible to step through code? Or am I missing some compiler flag? I can get a backtrace, but when I try "info locals" or "step" it complains about missing info... Output below; I'm running ESP IDF f586f5e fr...