EspExceptionDecoder icon indicating copy to clipboard operation
EspExceptionDecoder copied to clipboard

Arduino IDE 2.0.3

Open Abhay-2412 opened this issue 2 years ago • 6 comments

"I downloaded the 'EspExceptionDecoder-2.0.3' folder from your releases and followed the instructions by creating a 'tools' folder in my Arduino Sketch Directory. Specifically, I placed the folder at the following path:

'C:\Users\37175\Documents\Arduino\tools\EspExceptionDecoder-2.0.3\EspExceptionDecoder\tool\EspExceptionDecoder.jar'.

However, after restarting the Arduino IDE, I couldn't find the exception decoder option. Could someone please kindly assist me with this issue?"

Abhay-2412 avatar Sep 22 '23 10:09 Abhay-2412

Arduino 2.0.x changed from using Java to using the Electron framework, and the method of providing / launching external tools has changed / hasn't been figured out yet is my understanding.

https://github.com/arduino/arduino-ide/issues/58

vicatcu avatar Oct 04 '23 17:10 vicatcu

UP to IDE 2.2.1 and still no tools to Create FFAT partations so files can be uploaded, also preventing OTA updates from working when using IDE 2.2.1 -- Arrgh, I now waited nearly a year. Time to learn PlatformIO and VSCode? So much is still missing, I'm afraid you made a wrong turn in moving to Electron if these deficiencies can't be corrected/addressed an a year.

3tcubed avatar Nov 14 '23 23:11 3tcubed

Maybe someone knows where to look at the development plan?

I really need to work with the file system for ESP32 (Littlefs). If there are no plans, then I will go out with Arduino.

Oleg-Perevyshin avatar Nov 29 '23 04:11 Oleg-Perevyshin

"I downloaded the 'EspExceptionDecoder-2.0.3' folder from your releases and followed the instructions by creating a 'tools' folder in my Arduino Sketch Directory. Specifically, I placed the folder at the following path:

'C:\Users\37175\Documents\Arduino\tools\EspExceptionDecoder-2.0.3\EspExceptionDecoder\tool\EspExceptionDecoder.jar'.

However, after restarting the Arduino IDE, I couldn't find the exception decoder option. Could someone please kindly assist me with this issue?"

@Abhay-2412 I was able use this fork of EspExectionDecoder in ArduinoIDE 2.3.0

https://github.com/dankeboy36/esp-exception-decoder?tab=readme-ov-file

Screenshot 2024-02-11 143225

cc46808 avatar Feb 11 '24 19:02 cc46808

"I downloaded the 'EspExceptionDecoder-2.0.3' folder from your releases and followed the instructions by creating a 'tools' folder in my Arduino Sketch Directory. Specifically, I placed the folder at the following path: 'C:\Users\37175\Documents\Arduino\tools\EspExceptionDecoder-2.0.3\EspExceptionDecoder\tool\EspExceptionDecoder.jar'. However, after restarting the Arduino IDE, I couldn't find the exception decoder option. Could someone please kindly assist me with this issue?"

@Abhay-2412 I was able use this fork of EspExectionDecoder in ArduinoIDE 2.3.0

https://github.com/dankeboy36/esp-exception-decoder?tab=readme-ov-file

Screenshot 2024-02-11 143225

Thank you! That fork you referenced worked well in Arduino IDE 2.3.0

ghost avatar Feb 15 '24 11:02 ghost