TUI for inspecting crash reports #2182
Labels
contributor friendly
A well-scoped, approachable issue for someone looking to contributor.
gui
GUI or app issue regardless of platform (i.e. Swift, GTK)
#2173 was merged, which now generates crash reports.
It'd be nice if there was a Ghostty CLI that showed a TUI for inspecting the crash reports. This way users can be confident in what they contain before sending them to the project with a bug report. The crash reports are based on a publicly documented format and I already started a decoder so it shouldn't be too hard to bring this in.
I should note that our crash reports also likely contain a minidump (binary) formatted crash dump from Breakpad. Decoding this format would be nice one day but is a much larger task and out of scope for what I was imagining to close this issue.
My current thinking is that we'd expose this via
ghostty +crash-report
. I like smaller PRs so I recommend breaking this down into various stages (not in any specific order)ghostty +crash-report
with no args)ghostty +crash-report <path>
or selecting one from the list)There is more we can do but this would be nice to work on.
The text was updated successfully, but these errors were encountered: