summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhjk <qtc-committer@nokia.com>2010-08-16 10:31:52 +0200
committerhjk <qtc-committer@nokia.com>2010-08-16 10:36:05 +0200
commit265d5281480b9efae5e387aff7fbb8f1c8ed267f (patch)
tree448f8a05f7e836eb9badafefc8f09fe691259e98
parentddd3e8b1c9b4eb9d36c05ba0b1bae2faaffb2cf2 (diff)
downloadqt-creator-265d5281480b9efae5e387aff7fbb8f1c8ed267f.tar.gz
doc: reword initial paragraph of debugger section
Reviewed-by: Leena Miettinen
-rw-r--r--doc/qtcreator.qdoc21
1 files changed, 5 insertions, 16 deletions
diff --git a/doc/qtcreator.qdoc b/doc/qtcreator.qdoc
index 3a8440d7d9..089d50af35 100644
--- a/doc/qtcreator.qdoc
+++ b/doc/qtcreator.qdoc
@@ -270,26 +270,15 @@
\section1 Debuggers
- Qt Creator does not include a debugger. It provides a debugger plugin that acts
- as an interface between the Qt Creator core and external native debuggers:
-
- \list
-
- \o GNU Symbolic Debugger (gdb)
-
- \o Microsoft Console Debugger (CDB)
-
- \o internal Java Script debugger
-
- \endlist
+ Qt Creator provides means to help you with debugging your application.
+ It interfaces the GNU Symbolic Debugger (gdb) and the Microsoft Console
+ Debugger (CDB) to debug native C++ applications and an internal debugger
+ for Java Script. This includes the ability to connect mobile devices to
+ your development PC and debug applications running on the devices.
Qt Creator displays the raw information provided by the native debuggers
in a clear and concise manner with the goal to simplify the debugging process
as much as possible without losing the power of the native debuggers.
- You can use the native debuggers to debug the C++ language.
-
- You can connect mobile devices to your development PC and debug processes
- running on the devices.
*/