dankeboy36 / esp-exception-decoder

ESP8266/ESP32 Exception Decoder Extension for the Arduino IDE
MIT License
62 stars 2 forks source link

Fails to use esp-exception-decoder with Arduino IDE 2.1.1 #9

Closed ceerqingtingml closed 10 months ago

ceerqingtingml commented 10 months ago

Description: I can find the esp exception decoder in Arduino IDE, but cannot use it, any suggestion would be appreciated. image image image

Related:

per1234 commented 10 months ago

Hi @ceerqingtingml. The support for the extension was added after the time of the Arduino IDE 2.1.1 release. It is expected that you will get this error when using the extension with an incompatible version of Arduino IDE.

Please try again with the latest nightly build of Arduino IDE. The download links for the nightly build are listed here:

https://www.arduino.cc/en/software#nightly-builds


Alternatively, if you prefer not to use the nightly build of Arduino IDE, you can just wait until the next IDE release comes out (e.g., Arduino IDE 2.1.2). The support for the extension will be included in that upcoming release.