Skip to content

Latest commit

 

History

History
executable file
·
21 lines (15 loc) · 704 Bytes

README.md

File metadata and controls

executable file
·
21 lines (15 loc) · 704 Bytes

ESP8266/ESP32 Exception Stack Trace Decoder CLI version

Port of https://github.com/me-no-dev/EspExceptionDecoder to CLI.

Usage

Description Environment Variable CLI argument
ELF file ELF_FILE -e
Xtensa GDB file XTENSA_GDB -g
Exception File EXP_FILE -x (default homedirectory/exception.txt)
Output file DECODE_FILE -o (default stdout)

Either environment variable or CLI argument can be used.

CLI arguments take priority over environment variables.

Credits and license