EspExceptionDecoder.png LICENSE README.md esp32-exception.png make.sh Arduino plugin which lets you get a more meaningful explanation of the stack traces you get on ESP8266/ESP32. Installation Make sure you use one of the supported versions of Arduino IDE and have ESP8266/ESP32 core installe...
Python Script to decode ESP8266 Exceptions. License GPL 3.0 Usage: usage: decoder.py [-h] [-p {ESP8266,ESP32}] [-t TOOL] -e ELF [-f] file decode ESP Stacktraces. positional arguments: file The file to read the exception data from ('-' for STDIN) optional arguments: -h, --help...
Add exception image for esp32 Jan 5, 2017 make.sh Initial Import Jan 28, 2016 README GPL-2.0 license Arduino ESP8266/ESP32 Exception Stack Trace Decoder Arduino plugin which lets you get a more meaningful explanation of the stack traces you get on ESP8266/ESP32. ...
When you get an Exception, openTools > ESP Exception Decodermenu item. This will open a new window. Paste the stack trace into the window's top pane and the result will show in the bottom. Every time you enter new address or stack trace, the results will refresh ...