Debugging with MS CDB x64
Hi all!
I have difficulties configuring QtCreator 2.x to work with Windows 7 SDK debugging tools. When I click on http://www.microsoft.com/whdc/devtoo...nstallx86.Mspx (the link from Options->Debugger->CDB) the MS page says that all debugging tools are already present in their Win SDK. However I can't find the x86 tools (dlls and stuff) in my installation.
Eventually, I did manage to debug using the older x86 tools which I downloaded and installed from the above link (March 2010 version).
Is this a "bug" in the "hint"? What I mean is that the MS page says it should work with normal Win 7 SDK installation but it doesn't.
Another question: Can I make Qt Debugger debug with the x64 MS debugger somehow?
Re: Debugging with MS CDB x64
There are separate distributions (provided as distinct dvd images) of the win7 sdk.
Quote:
File Name: GRMSDK_EN_DVD.iso
Chip: X86
================================================
File Name: GRMSDKX_EN_DVD.iso
Chip: AMD64
================================================
File Name: GRMSDKIAI_EN_DVD.iso
Chip: Itanium
Re: Debugging with MS CDB x64
So I really was blind :( Thanks for pointing that out.
And the other question then? Is there any chance to make it work with x64 tools?