summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Schulz <david.schulz@qt.io>2022-08-03 09:25:58 +0200
committerDavid Schulz <david.schulz@qt.io>2022-08-22 18:13:48 +0000
commit95a278760a6613398af2a0adba9e7a3cde7bbebf (patch)
treed82224fe0d4f2f618c6188b478148aebd7b2d289
parentaea64ca1fa3af08a39ef748b2ae91a7d4590141e (diff)
downloadqt-creator-95a278760a6613398af2a0adba9e7a3cde7bbebf.tar.gz
Doc: update remote CDB setup instructions
Mention the dependencies of the cdbextension and instruct to copy the full folder instead of just the dll. Fixes: QTCREATORBUG-27914 Change-Id: If14d331af66437bc8723fc16fc72354cccd4e0d6 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
-rw-r--r--doc/qtcreator/src/debugger/creator-only/creator-debugger.qdoc8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/qtcreator/src/debugger/creator-only/creator-debugger.qdoc b/doc/qtcreator/src/debugger/creator-only/creator-debugger.qdoc
index 12495c11d2..59f944df96 100644
--- a/doc/qtcreator/src/debugger/creator-only/creator-debugger.qdoc
+++ b/doc/qtcreator/src/debugger/creator-only/creator-debugger.qdoc
@@ -456,16 +456,16 @@
The installation folder contains the CDB command line executable
(\c cdb.exe).
- \li Copy the \QC CDB extension library from the Qt installation
- directory to the a new folder on the remote machine (32 or 64 bit
+ \li Copy the \QC CDB extension library and the dependencies from the Qt installation
+ directory to a new folder on the remote machine (32 or 64 bit
version depending on the version of the Debugging Tools for Windows
used):
\list
- \li \c {\lib\qtcreatorcdbext32\qtcreatorcdbext.dll} (32 bit)
+ \li \c {\lib\qtcreatorcdbext32} (32 bit)
- \li \c {\lib\qtcreatorcdbext64\qtcreatorcdbext.dll} (64 bit)
+ \li \c {\lib\qtcreatorcdbext64} (64 bit)
\endlist