aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@nokia.com>2012-09-11 13:09:51 +0200
committerhjk <qthjk@ovi.com>2012-09-11 17:06:15 +0200
commit5aef98bb66a302a8d035f81a6dac4a04ab2eb334 (patch)
treef6e4c28eb18d6ab6135b33361916680b13192ee1 /doc
parentcd6b440a18552770ce36f32a02b9f15c736007f0 (diff)
Doc: changes in the Debugger field in the Kits tab
Update screenshot. Change-Id: I980ad1396854ea4e59b26ccbc780de86469276fb Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com> Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/images/qtcreator-targets.pngbin14117 -> 14885 bytes
-rw-r--r--doc/src/projects/creator-projects-targets.qdoc35
2 files changed, 30 insertions, 5 deletions
diff --git a/doc/images/qtcreator-targets.png b/doc/images/qtcreator-targets.png
index 80022ad0e9..afd4aa345a 100644
--- a/doc/images/qtcreator-targets.png
+++ b/doc/images/qtcreator-targets.png
Binary files differ
diff --git a/doc/src/projects/creator-projects-targets.qdoc b/doc/src/projects/creator-projects-targets.qdoc
index 2c7aefb6e5..4b66793401 100644
--- a/doc/src/projects/creator-projects-targets.qdoc
+++ b/doc/src/projects/creator-projects-targets.qdoc
@@ -91,11 +91,36 @@
if they are installed on the development PC, but were not detected
automatically. For more information, see \l{Adding Compilers}.
- \o In the \gui {Debugger command} field, specify the path to the
- debugger command. On Windows, specify the path to the Windows
- Console Debugger executable (32-bit version).
- Select \gui {Auto detect} to automatically locate the debugger
- command.
+ \o In the \gui Debugger field, specify the type of debugger to
+ use (\gui {GDB Engine} or \gui {CDB Engine}) and the path to the
+ debugger command:
+
+ \list
+
+ \o For the \gui {CDB Engine} (Windows only), specify the path to
+ the Windows Console Debugger executable.
+
+ \o For the \gui {GDB Engine}, specify the path to the GDB
+ executable. The executable must be built with Python
+ scripting support enabled (except when debugging on Mac OS).
+
+ \list
+
+ \o For local debugging on Linux or Mac OS, select
+ \gui {Auto Detect} to automatically locate the
+ debugger command.
+
+ \o For debugging on embedded devices using a different
+ ABI, you must provide a special executable.
+
+ \o For debugging on Windows using MinGW, select a
+ Windows executable of GDB with Python scripting
+ enabled. You can download it from
+ \l{http://builds.qt-project.org/job/gdb-windows}.
+
+ \endlist
+
+ \endlist
\o In the \gui {Qt version} field, select the Qt version to use for
building the project. You can add Qt versions to the list if they