Hi Arduino Community ![]()
I wanted to share a project I've been working on recently: a new tool for decoding ESP stacktraces using the command line: GitHub - dankeboy36/trbr: TraceBreaker is a simple tool for decoding and analyzing ESP backtraces.

This standalone tool is inspired by my ESP Exception Decoder extension for Arduino IDE 2.x. While there are already some options for decoding ESP stacktraces, this one can handle RISC-V stacktraces and requires no Java installation. The downside? The binaries are a bit larger since they come bundled with Node.js to make things easier for everyone.
I'm sharing this in the Arduino CLI forum because my tool contains the Arduino CLI as a binary, allowing it to work seamlessly with the Boards Manager and the installed platforms.
I would love to hear your feedback on the tool and how user-friendly you find it. Please keep in mind that it's still a work in progress, and I'm continuously improving whenever possible.
Thanks for your support!