crashdump_viewer (observer v2.18.2)

Copy Markdown View Source

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

start() -> Result

Types

Result = ok | {error, term()}

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

start(File :: string()) -> Result

(since OTP 17.0)

Types

Result = ok | {error, term()}

Starts the Crashdump Viewer GUI and loads the specified crashdump.

stop() -> ok

Terminates the Crashdump Viewer and closes all GUI windows.