View Source crashdump_viewer (observer v2.15.1)

A WxWidgets based tool for browsing Erlang crashdumps.

For details about how to get started with the Crashdump Viewer, see the User's Guide.

Summary

Functions

Link to this function

code_change(OldVsn, State, Extra)

View Source
Link to this function

handle_info(Info, State)

View Source
-spec start() -> ok | {error, term()}.

Starts the Crashdump Viewer GUI and opens a file dialog where the crashdump can be selected.

Link to this function

start(File)

View Source (since OTP 17.0)
-spec start(File :: string()) -> ok | {error, term()}.

Starts the Crashdump Viewer GUI and loads the specified crashdump.

-spec stop() -> ok.

Terminates the Crashdump Viewer and closes all GUI windows.

Link to this function

terminate(Reason, State)

View Source
Link to this function

to_proplist(Fields, Record)

View Source