esp-exception-decoder
esp-exception-decoder copied to clipboard
ESP8266/ESP32 Exception Decoder Extension for the Arduino IDE
Exception (4): epc1=0x4020d379 epc2=0x00000000 epc3=0x00000000 excvaddr=0x00000000 depc=0x00000000 >>>stack>>> ctx: cont sp: 3fff1250 end: 3fff13d0 offset: 0160 3fff13b0: 3fffdad0 00000000 3fff1400 402247c4 3fff13c0: feefeffe feefeffe 3fffdab0 401002b1
Could not detect the DGB tool path message appears in Exception Decoder Output window. IDE is 2.3.1, board ESP8266. How debug output can be enabled? This could be helpful to...
Hi @dankeboy36, thanks a lot for effort you put into making this incredibly useful plugin! I would like to check if you have already looked into implementing exception decoding for...
``` ESP Exception Decoder Sketch: GSR FQBN: esp32:esp32:esp32 Backtrace: 0x40093bba:0x3ffceae0 0x40093a40:0x3ffceb10 0x40083da6:0x3ffceb30 0x400922d1:0x3ffceb50 0x4008ff31:0x3ffceb70 0x4008ffd9:0x3ffceb90 0x40091b0e:0x3ffcebb0 Command failed with exit code 3221225477: C:\Users\me\AppData\Local\Arduino15\packages\esp32\tools\xtensa-esp-elf-gdb\12.1_20231023\bin\xtensa-esp32-elf-gdb.exe --batch C:\Users\me\AppData\Local\Temp\arduino\sketches\5910EA3D46BFFB8AD0922753087F5C0D\GSR.ino.elf -ex set listsize 1 -ex...
Installed on a Mac as per instructions.
Hi, while i debug my `NodeMCU` i have a error with stacktrace, i download extension but it seems like it cannot recognize the error format. I tried different copy+paste segments...
With the previous exception decoder you could select the .elf file before it decodes. Can it be selected with this as well?
ESP Exception Decoder Sketch: NDDB_DPMCU_Project FQBN: esp32:esp32:esp32s3 The summary of the previous compilation is unavailable. Compile the sketch
ESP32 C3 Arduino IDE 2.3.6 ESP32 arduino core 3.2.0 After a crash, I tried the Exception decoder (release 1.1.0) but only get the following result: Question: is the decoder usable...
I have just updated to IDE 2.3.5 from 2.3.4 where - after a lot of tests I had managed to get the decoder working - see my comments in https://github.com/dankeboy36/esp-exception-decoder/issues/34#issuecomment-2692811361...