Qt6 32 bit debugger
-
Hi,
I am currently working on a 32 bit based Qt software and I cannot find the qtcreatorcdbext32 to debug. I am using the recent qt creator version 14.0.1. Anyone has a solution please ?
-
@Code404 The debugger comes from the tool chain you're using, not from QtCreator.
If you use MSVC as compiler then it is the cdb.exe, if you use MinGW when it is gdb.exe.
So, what tool chain do you use?@jsulm thanks for reply, I am using cdb and i have configured the debugger to use the right one (C:\Program Files (x86)\Windows Kits\10\Debuggers\x86\cdb.exe). So when i run the debugger, Qt creator display the error message that the folder qtcreatorcdbext32 is missing.
I have also checked if Qt creator CDB support is installed.
-
We removed 32 bit CDB support in Qt Creator 14, since we thought that the CDB x64 could also handle 32 bit.
It didn't work out, so... it will be back in Qt Creator 14.0.2.
-
We removed 32 bit CDB support in Qt Creator 14, since we thought that the CDB x64 could also handle 32 bit.
It didn't work out, so... it will be back in Qt Creator 14.0.2.
@cristian-adam thanks for the reply, I'll be waiting for this patch.
I will use qt creator version 10.0.0
thanks all, i will close this topic -