2003 2013 Ericsson AB, All Rights Reserved The contents of this file are subject to the Erlang Public License, Version 1.1, (the "License"); you may not use this file except in compliance with the License. You should have received a copy of the Erlang Public License along with this software. If not, it can be retrieved online at http://www.erlang.org/. Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. The Initial Developer of the Original Code is Ericsson AB. crashdump_viewer Siri hansen 1 2003-03-10 PA1 crashdump.xml
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.

start() -> ok start(File) -> ok Start the crashdump_viewer 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 Stop the crashdump_viewer

This function stops the crashdump_viewer and closes all GUI windows.