Erlang Crash Dump Viewer
I wrote a TUI for analyzing your crash dumps:
Link: https://github.com/WhatsApp/crashdump_viewer_cli
It's open sourced under an Apache 2 License, and you can read the full motivations on the readme, but the long and short of it is that:
- I hate wxwidgets.
- I need a terminal interface since I usually run off of buildboxes or ssh hosts.
- I wanted something fast.
- I wanted something that I could hack on and build to run custom logic. The current Erlang crash dump viewer is quite long in the tooth.
If you're working on Erlang and want to figure out a better way to read your crash dumps, give this a shot. Happy to take feedback on it right now.