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

For details about how to get started with the Crashdump Viewer, see the User's Guide.

start() -> ok start(File) -> ok Start the Crashdump Viewer. File = string() The filename of the crashdump.

Starts the Crashdump Viewer GUI and loads the specified crashdump.

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

stop() -> ok Terminate the Crashdump Viewer.

Terminates the Crashdump Viewer and closes all GUI windows.