-
Notifications
You must be signed in to change notification settings - Fork 140
Allow EspExceptionDecoder to work from the CLI. #8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
It would be great to have this feature. I always replace the binaries compiled by the Arduino and with the ones compiled by the makefile and so on... |
I created a CLI-Version: |
@littleyoda you can change your array with exceptions with the one I just added to this repo :) gives better explanation. |
@ivankravets could maybe use it in platformio to further extend support for ESP? |
@me-no-dev Thanks for the new description of the exceptions. I've added them to my tool. |
@littleyoda will you make a pull request with some text for this repo's README so people can easily find your tool and I can close this issue? |
PR created |
@me-no-dev I've jsut made quick look for https://github.com/me-no-dev/EspExceptionDecoder/blob/master/src/EspExceptionDecoder.java. Did you use Java especially for Arduino IDE? Would be good to have cross-platform tool where java is not installed. |
@ivankravets yes :) It's arduino-ide plugin. Surely a python version could be made :) It just parses the given dump and extracts addresses pointing to code that then gives to addr2line. I imagine platformio was the reason @skorokithakis asked for this feature |
Yep, it was! |
I have this one liner from the Gitter channel:
|
I just had the same problem and created https://github.com/janLo/EspArduinoExceptionDecoder |
This may be related to #7. I don't use the Arduino IDE, so it would be great if I could just run:
And get the decoded exception back.
The text was updated successfully, but these errors were encountered: