3 releases (breaking)
0.3.0 | Feb 23, 2024 |
---|---|
0.2.0 | Feb 22, 2024 |
0.1.0 | Feb 22, 2024 |
#520 in Debugging
28 downloads per month
15KB
370 lines
Symbolicate is a rust binary that can parse macOS crash reports and generates a backtrace more like you might see from a panic.
Installation
cargo install symbolicate
Usage
symbolicate <ips-file> <dwarf-container>
The ips-file will typically come from ~/Library/Logs/DiagnosticReports/
and can be found using macOS's built in Console
app.
The dwarf-container should either be the built binary that generated the crash report, or the DWARF information extracted by running dsymutil
.
Dependencies
~0.8–1.7MB
~36K SLoC