The following is what I had to do to get the debugger to run on Windows 8 x64 with Qt 5:
- Download the Windows SDK for Windows 8. If you have Visual Studio 2012 and selected the appropriate option during that installation, you won't have to run this.
- Run the installer for the SDK, and when prompted select the debuggers checkbox. This is the only thing you really need. If you want the full SDK select the other checkboxes.
- Open the Qt Creator IDE. Go to Tools -> Options -> Build & Run -> Kits. In the Auto-detected field you should see an entry for your version of Qt. Selecting it you should see the debugger has been configured for CDB Engine. If you see < None >
for the debugger, you will have to manually navigate to the CDB executable. The path on my computer is:
C:\Program Files (x86)\Windows Kits\8.0\Debuggers\x64\cdb.exe
No comments:
Post a Comment