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>
This commit is contained in:
David Schulz
2022-08-03 09:25:58 +02:00
parent aea64ca1fa
commit 95a278760a

View File

@@ -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