From df1b5a2a9f5b7c88eff552bbe926ea2e26dc063d Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 22 Mar 2005 20:15:51 +0000 Subject: [PATCH] added debugrpt sample git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32985 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/tsamples.tex | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/latex/wx/tsamples.tex b/docs/latex/wx/tsamples.tex index bc2f70e92f..08ef75068d 100644 --- a/docs/latex/wx/tsamples.tex +++ b/docs/latex/wx/tsamples.tex @@ -129,6 +129,21 @@ classes written by Remstar Intl. Obviously, this sample requires a database with ODBC support to be correctly installed on your system. +\subsection{DebugRpt sample}\label{sampledebugrpt} + +This sample shows how to use \helpref{wxDebugReport}{wxdebugreport} class to +generate a debug report in case of a program crash or otherwise. On start up, +it proposes to either crash itself (by dereferencing a NULL pointer) or +generate debug report without doing it. Next it initializes the debug report +with standard information adding a custom file to it (just a timestamp) and +allows to view the information gathered using +\helpref{wxDebugReportPreview}{wxdebugreportpreview}. + +For the report processing part of the sample to work you should make available +a Web server accepting form uploads, otherwise +\helpref{wxDebugReportUpload}{wxdebugreportupload} will report an error. + + \subsection{Dialogs sample}\label{sampledialogs} This sample shows how to use the common dialogs available from wxWidgets. These -- 2.45.2