aboutsummaryrefslogtreecommitdiffstats
path: root/doc/qtcreator/src/debugger/creator-only/creator-debugger-settings.qdocinc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/qtcreator/src/debugger/creator-only/creator-debugger-settings.qdocinc')
-rw-r--r--doc/qtcreator/src/debugger/creator-only/creator-debugger-settings.qdocinc17
1 files changed, 14 insertions, 3 deletions
diff --git a/doc/qtcreator/src/debugger/creator-only/creator-debugger-settings.qdocinc b/doc/qtcreator/src/debugger/creator-only/creator-debugger-settings.qdocinc
index 28fe490a02..3b62b68bf6 100644
--- a/doc/qtcreator/src/debugger/creator-only/creator-debugger-settings.qdocinc
+++ b/doc/qtcreator/src/debugger/creator-only/creator-debugger-settings.qdocinc
@@ -35,15 +35,26 @@
\image qtcreator-debugger-general-options.png
+ You can customize the appearance and behavior of the debug views,
+ \l{Specifying Breakpoint Settings}{specify settings for breakpoints},
+ and map source paths to target paths.
+
\section2 Mapping Source Paths
To enable the debugger to step into the code and display the source code
when using a copy of the source tree at a location different from the one
- at which the libraries were built, map the source paths to target paths:
+ at which the libraries were built, you can map source paths to target
+ paths.
+
+ To automatically map the source paths to a Qt version that has not been
+ patched, select \uicontrol {Add Qt Sources} and browse to the location
+ of the Qt source files.
+
+ To manually map the source paths to target paths:
\list 1
- \li Select \uicontrol Tools > \uicontrol Options > \uicontrol Debugger >
- \uicontrol General > \uicontrol Add.
+ \li In \uicontrol {Source Paths Mapping}, select \uicontrol Add to add
+ an entry to the path list.
\li In the \uicontrol {Source path} field, specify the source path in
the debug information of the executable as reported by the debugger.
\li In the \uicontrol {Target path} field, specify the actual location