2003 2013 Ericsson AB, All Rights Reserved Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions 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.