From 50f7407c2577331e00f8b167965947e755a95b42 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Fri, 12 Apr 2013 15:53:22 +0200 Subject: [PATCH] Doc: mapping source paths for debugger Task-number: QTCREATORBUG-8656 Change-Id: Icebbd69b56aa6b47ce872957dddfcaf01868b039 Reviewed-by: hjk Reviewed-by: Friedemann Kleint --- doc/src/debugger/creator-debugger-setup.qdoc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/doc/src/debugger/creator-debugger-setup.qdoc b/doc/src/debugger/creator-debugger-setup.qdoc index 94b244ec8a3..e247c74ed38 100644 --- a/doc/src/debugger/creator-debugger-setup.qdoc +++ b/doc/src/debugger/creator-debugger-setup.qdoc @@ -242,6 +242,25 @@ \endtable + \section1 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 where built, map the source paths to target paths: + + \list 1 + + \li Select \gui Tools > \gui Options > \gui Debugger > \gui General > + \gui Add. + + \li In the \gui {Source path} field, specify the source path in the + debug information of the executable as reported by the debugger. + + \li In the \gui {Target path} field, specify the actual location of the + source tree on the local machine. + + \endlist + \section1 Setting the Symbol Server in Windows To obtain debugging information for the operating system libraries for