Porting EspStackTraceDecoder to python because that's far preferable (to me ) than working out how to build some java app just to do a bit of text munging and call out to addr2line
@amcewen I think platform.io has already done the work for you. https://github.com/platformio/platform-espressif32/blob/develop/monitor/filter_exception_decoder.py
@algaeman ah, nice. Ta.
Saves me tidying up the first pass that got me the decode I needed