diff options
author | Leena Miettinen <riitta-leena.miettinen@digia.com> | 2013-04-12 15:53:22 +0200 |
---|---|---|
committer | Leena Miettinen <riitta-leena.miettinen@digia.com> | 2013-04-12 17:11:07 +0200 |
commit | 50f7407c2577331e00f8b167965947e755a95b42 (patch) | |
tree | 2078f449bc57ac4574cb1f85f17fc3a61fcde46c | |
parent | a599f258aa8c7bea0814b4568057f8521adb054c (diff) | |
download | qt-creator-50f7407c2577331e00f8b167965947e755a95b42.tar.gz |
Doc: mapping source paths for debugger
Task-number: QTCREATORBUG-8656
Change-Id: Icebbd69b56aa6b47ce872957dddfcaf01868b039
Reviewed-by: hjk <hjk121@nokiamail.com>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
-rw-r--r-- | doc/src/debugger/creator-debugger-setup.qdoc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/src/debugger/creator-debugger-setup.qdoc b/doc/src/debugger/creator-debugger-setup.qdoc index 94b244ec8a..e247c74ed3 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 |