EspExceptionDecoder icon indicating copy to clipboard operation
EspExceptionDecoder copied to clipboard

Exception Stack Trace Decoder for ESP8266 and ESP32

Results 59 EspExceptionDecoder issues
Sort by recently updated
recently updated
newest added

When using the decoder to debug the restarts I get using the ESP8266Audio Library, I get this: ``` Decoding stack results 0x40208278: AudioFileSourceHTTPStream::readInternal(void*, unsigned int, bool) at C:\Users\yoavk\OneDrive\Documents\Arduino\libraries\ESP8266Audio\src\AudioFileSourceHTTPStream.cpp line 186...

After upgrade from 2.5.2 esp8266 library to 2.6.3 with use EspExceptionDecoder the IDE ask my ELF file. How can I fix it? Where is this file?

I have installed the ESPExceptionDecoder and selected the .elf file when prompted, pasted in my exception code and nothing appears in bottom window. Firmware file and exception below. [firmware.elf.zip](https://github.com/me-no-dev/EspExceptionDecoder/files/6808434/firmware.elf.zip) ```...

The readme file states that one should copy and paste the stack trace, but this tool wants an elf file.

I got this error: Core 0 register dump: PC : 0x400e8663 PS : 0x00060e30 A0 : 0x800e8cdc A1 : 0x3ffb5700 A2 : 0x3ffccd24 A3 : 0x00000000 A4 : 0x0000006c A5...

Recently installed EspExceptionDecoder and it decodes the Exception fine, but never returns stack results. Is there any log I can check to help debug this? Arduino IDE 1.6.12 on Mac...

hello, i am trying to get the decoder installed and working. I tried all what i can but still no succesfull. example i have a test.ino in the foder c:\test,...

Running on Win 10 (with no problem), on a 4k screen, the font is very small. My display is set to 200% and everything else respects this setting, in particular,...