From f99c7f6c54aaf96eec1f58c2eaacb46edc6de8cd Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Mon, 6 Jan 2014 02:25:18 +0100 Subject: Rename kdebugdialog -> tdedebugdialog --- doc/tdedebugdialog/CMakeLists.txt | 12 ++++ doc/tdedebugdialog/Makefile.am | 3 + doc/tdedebugdialog/index.docbook | 134 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 149 insertions(+) create mode 100644 doc/tdedebugdialog/CMakeLists.txt create mode 100644 doc/tdedebugdialog/Makefile.am create mode 100644 doc/tdedebugdialog/index.docbook (limited to 'doc/tdedebugdialog') diff --git a/doc/tdedebugdialog/CMakeLists.txt b/doc/tdedebugdialog/CMakeLists.txt new file mode 100644 index 000000000..d83bc9162 --- /dev/null +++ b/doc/tdedebugdialog/CMakeLists.txt @@ -0,0 +1,12 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION tdedebugdialog ) diff --git a/doc/tdedebugdialog/Makefile.am b/doc/tdedebugdialog/Makefile.am new file mode 100644 index 000000000..e786da562 --- /dev/null +++ b/doc/tdedebugdialog/Makefile.am @@ -0,0 +1,3 @@ + +KDE_LANG = en +KDE_DOCS = AUTO diff --git a/doc/tdedebugdialog/index.docbook b/doc/tdedebugdialog/index.docbook new file mode 100644 index 000000000..e23d599af --- /dev/null +++ b/doc/tdedebugdialog/index.docbook @@ -0,0 +1,134 @@ + +TDEDebugDialog"> + + + + + +]> + + + +The &tdedebugdialog; Handbook + + +&David.Faure; &David.Faure.mail; + + + +2001-02-13 +0.03.00 + + +This document describes &tdedebugdialog;. + + + +KDE +TDEDebugdialog + + + + +What is TDEDebugDialog? + +It is a dialog box for managing diagnostic messages at runtime. + + +If you simply start tdedebugdialog, you will +see a list of areas, that can be disabled or enabled. A +kdDebug(area) call in the code will show +something in the debug output only if the area is enabled. + +Note that kdWarning, kdError and kdFatal always appear, +they are NOT controlled by this setting. + + + +Area + +The areas which should only be output. Every message +that is not mentioned here will simply not be output (unless +this field remains empty, which is the default, and means that all +messages should be output). You can enter several areas +separated by commas here, and you can also use area ranges with +the syntax start-end. Thus a valid entry could be: +117,214-289,356-359,221. Do not use whitespaces. + + + + +If you start tdedebugdialog +, then for every severity level you can +define separately what should be done with the diagnostic messages of +that level, and the same for each debug area. + +In full mode, first you should select the debug area you are +interested in from the drop down list at the top. + +You may independently set the output for various types of +messages: + + +Information +Warning +Error +Fatal Error + + +For each of these types, you can set the following: + + + +Output to: + +In this Combobox, you can choose where the messages +should be output. The choices are: File, Message +Box, Shell (meaning stderr) and +Syslog. Please do not direct fatal messages to syslog +unless you are the system administrator yourself. The default is +Message Box. + + + + +Filename: +This is only enabled when you have chosen +File as the output and provides the name of that file +(which is interpreted as relative to the current folder). The +default is kdebug.dbg. + + + + +Apart from this, you can also tick the checkbox Abort +on fatal errors. In this case, if a diagnostic message with +the severity level KDEBUG_FATAL is +output, the application aborts with a SIGABRT after outputting the +message. + +When you close the dialog by pressing OK, +your entries apply immediately and are saved in +kdebugrc. When you press +Cancel, your entries are discarded and the old +ones are restored. + +Credits to Kalle Dalheimer for the original version of +&tdedebugdialog; + + + +&documentation.index; + + + + -- cgit v1.2.1