Show HN: A web-based golang stack dump analyzer
1–3 of 3 posts
Re: Show HN: A web-based golang stack dump analyzer
#2This is a tool to analyze large goroutine stacktrace dump files, to assist in debugging by parsing the dump and displaying it in a structured table.
It works entirely client-side (no data is uploaded or stored), groups together goroutines with identical stacktraces into a single entry, and allows quickly sorting/filtering/searching.
Re: Show HN: A web-based golang stack dump analyzer
#3Super cool!!