From 95a278760a6613398af2a0adba9e7a3cde7bbebf Mon Sep 17 00:00:00 2001 From: David Schulz Date: Wed, 3 Aug 2022 09:25:58 +0200 Subject: 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 --- doc/qtcreator/src/debugger/creator-only/creator-debugger.qdoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/qtcreator/src/debugger/creator-only/creator-debugger.qdoc') 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 -- cgit v1.2.3