Crates.io | crashdump_viewer_cli |
lib.rs | crashdump_viewer_cli |
version | |
source | src |
created_at | 2025-04-13 14:48:59.726341+00 |
updated_at | 2025-04-26 19:11:01.065492+00 |
description | A CLI tool to parse Erlang crashdumps. |
homepage | |
repository | https://github.com/WhatsApp/crashdump_viewer_cli/ |
max_upload_size | |
id | 1631867 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
This CLI tool allows you to view Erlang crash dumps without requiring wxWidgets. While it shares the purpose of the official crash dump viewer, it offers several key advantages:
CDParser::create_descendants_table
function.Note: This is a beta release, and some features are still under development. We encourage you to try it and provide feedback. See the TODO list below for planned enhancements.
cargo run sample_dumps/erl_crash_20250105-004018.dump
shows
cargo build
See the CONTRIBUTING file for how to help out.
CrashDump::from_index_map
?
, should come up with a list of commands)CrashDump
app.rs
properly into tui.rs
Parser
Crash Dump Viewer CLI is Apache 2.0 licensed, as found in the LICENSE file.