View Source crashdump_viewer (observer v2.16)

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

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

Starts the Crashdump Viewer GUI and loads the specified crashdump.

Terminates the Crashdump Viewer and closes all GUI windows.

Functions

-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.