Search found 1 match
- Sun Apr 23, 2023 12:09 pm
- Forum: ESP32 Arduino
- Topic: JTAG Debug ESP32 with GDB in platformio
- Replies: 0
- Views: 894
JTAG Debug ESP32 with GDB in platformio
Hi, I'm trying to debug a problem were I sometimes get, "Interrupt wdt timeout on CPU0". I have now connected a Espressif JTAG debugger and got it working but have a few problems. I want the program execution to stop and be able to use the debugger to search for the fault when the exception happens....