Arduino IDE 2.1 + ESP32 + Exception Decoder available from @dankeboy36

@dankeboy36 (on Github) published an Arduino stack trace decoding utility for Arduino IDE 2.1. When your sketch crashes a stack trace leading to the crash often appears in the Serial Monitor. Arduino IDE 2.1 does not yet support plug-ins and a decoder utility (available in Arduino IDE 1.8) is needed to explain the stack trace contents. @dankeboy36 created a decoder and it works great. It requires the nightly Arduino IDE build available at https://www.arduino.cc/en/software. The decoder is at at:
GitHub - dankeboy36/esp-exception-decoder: ESP8266/ESP32 Exception Decoder Extension for the Arduino IDE. On a Mac use Command-Shift-P and type ESP Exception Decoder: Show Decoder Terminal. -Frank

1 Like

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.