summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@digia.com>2012-10-08 15:38:33 +0200
committerLeena Miettinen <riitta-leena.miettinen@digia.com>2012-10-10 16:31:36 +0200
commita6ae3368eb2776cfccdd7c44d458581b373ae804 (patch)
tree4e7f7777749f1be91ddd99945a657a5598b89d9a /doc
parent93ff2db3705e8502ab38b6bbad6b02efc56998da (diff)
downloadqt-creator-a6ae3368eb2776cfccdd7c44d458581b373ae804.tar.gz
Doc: Use debug version of frameworks (DYLD_IMAGE_SUFFIX=_debug) option
Change-Id: I08dfb388a97953bf827d4b9f4355608278e3ea24 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/images/qtcreator-pprunsettings.pngbin11611 -> 30530 bytes
-rw-r--r--doc/src/projects/creator-projects-settings-run-desktop.qdocinc8
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/images/qtcreator-pprunsettings.png b/doc/images/qtcreator-pprunsettings.png
index 35528c761a..12d7652f5a 100644
--- a/doc/images/qtcreator-pprunsettings.png
+++ b/doc/images/qtcreator-pprunsettings.png
Binary files differ
diff --git a/doc/src/projects/creator-projects-settings-run-desktop.qdocinc b/doc/src/projects/creator-projects-settings-run-desktop.qdocinc
index 06b680927f..c2d81a21ec 100644
--- a/doc/src/projects/creator-projects-settings-run-desktop.qdocinc
+++ b/doc/src/projects/creator-projects-settings-run-desktop.qdocinc
@@ -10,6 +10,14 @@
\image qtcreator-pprunsettings.png
+ The \gui {Use debug version of frameworks (DYLD_IMAGE_SUFFIX=_debug)} option
+ (available on Mac OS, only) enables you to debug (for example, step into)
+ linked frameworks, such as the Qt framework itself. You do not need this
+ option for debugging your application code. If you select this option, a
+ crash might occur when debugging applications on Mac OS X Snow Leopard. For
+ more information, see
+ \l{Application Crashes when Debugging on Mac OS X Snow Leopard}.
+
You can also create custom executable run configurations where you
can set the executable to be run. For more information, see
\l{Specifying a Custom Executable to Run}.