From e2d565532d25024c1c0552d8eaaddf90eed88629 Mon Sep 17 00:00:00 2001 From: Siri Hansen Date: Thu, 11 Jul 2013 11:27:29 +0200 Subject: observer: add wx version of crashdump_viewer The old web base crashdump_viewer is now removed. --- lib/observer/doc/src/crashdump.xml | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) (limited to 'lib/observer/doc/src/crashdump.xml') diff --git a/lib/observer/doc/src/crashdump.xml b/lib/observer/doc/src/crashdump.xml index 5b58a52739..27e42e83b7 100644 --- a/lib/observer/doc/src/crashdump.xml +++ b/lib/observer/doc/src/crashdump.xml @@ -31,13 +31,14 @@ 2003-03-10 PA1 - crashdump.sgml + crashdump.xml crashdump_viewer - A HTML based tool for browsing Erlang crashdumps. + A WxWidgets based tool for browsing Erlang + crashdumps. -

The Crashdump Viewer is an HTML based tool for browsing Erlang - crashdumps. Crashdump Viewer runs under the WebTool application.

+

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 @@ -46,16 +47,26 @@ start() -> ok + start(File) -> ok Start the crashdump_viewer + + File = string() + The file name of the crashdump. + -

This function starts the crashdump_viewer.

+

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.

+

This function stops the crashdump_viewer and closes + all GUI windows.

-- cgit v1.2.3