crashdump_viewer

A WxWidgets based tool for browsing Erlang crashdumps.

The Crashdump Viewer is a WxWidgets based tool for browsing Erlang crashdumps.

See the user's guide for more information about how to get started with the Crashdump Viewer.

Functions


start() -> ok

start(File) -> ok

  • File = string()
  • The file name of the crashdump.

This function starts the crashdump_viewer GUI and loads the given crashdump.

If File is not given, a file dialog will be opened where the crashdump can be selected.

stop() -> ok

This function stops the crashdump_viewer and closes all GUI windows.