EspStackTraceDecoder
EspStackTraceDecoder copied to clipboard
ESP32 version
Please update the decoder to support ESP32. The upstream is already updated: https://github.com/me-no-dev/EspExceptionDecoder
Seconded this. Is the author even still maintaining this?
I'm using only the esp8266, not the esp32. So I would be happy, if someone else create a PR for this topic.
I have used this with esp32 and it appears to work for the most part. Just make sure you point to the correct addr2line binary.
Here is how I am using it with the esp32 platform installed in PlatformIO (note, it should work as long as you have the xtensa-esp32-elf-addr2line binary somewhere):
java -jar EspStackTraceDecoder.jar ~/.platformio/packages/toolchain-xtensa32/bin/xtensa-esp32-elf-addr2line path/to/firmware.elf /tmp/dump.txt