dankeboy36 / esp-exception-decoder

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

Arduino IDE 2.1.1 #7

Closed Azim closed 1 year ago

Azim commented 1 year ago

The exception decoder terminal doesnt show up after running the command

dankeboy36 commented 1 year ago

Thank you for giving it a try and reporting back. It's expected. The extension API feature (https://github.com/arduino/arduino-ide/pull/2110) is available only from the nightly IDE builds: https://www.arduino.cc/en/software#nightly-builds

Azim commented 1 year ago

I suggest adding a note about that in the installation section of readme to avoid similar issues.

on the side note, the command is still recognized by the IDE, just doesnt do anything. confusing.

dankeboy36 commented 1 year ago

OK. Let's investigate a bit. What's in the IDE logs? Please start the nightly Arduino IDE from a terminal with the --log-level debug flags, execute the command, nothing happens, quit IDE, and share the log files. You did not tell me any details about your env, but at the end of this comment, you will find where are the log files on all supported OSs. If it turns out to be a problem with the decoder extension, let's reopen this ticket. Thanks!