I have Qt 4.6.2 built for x64 using the vs2008 x64 command line and am able to compile an run applications built in Qt 1.3.83 using win32-msvc2008 for mkspec. However I am unable to debug. I downloaded and installed "Debugging Tools for Windows (x64)" and set the Cdb path to "C:\Program Files\Debugging Tools for Windows (x64)" in the debugger menu in QtCreator. When I try to debug it states that Cdb is not enabled. When I go back to the debugger options menu I see the following error:
Unable to load the debugger engine library 'C:\Program Files\Debugging Tools for Windows (x64)\dbghelp.dll': Cannot load library C:\Program Files\Debugging Tools for Windows (x64)\dbghelp.dll:
I double checked and dbghelp.dll does exist at that location. Does anybody have any ideas?