PDA

View Full Version : Qt Creator No debugger set up



mentalmushroom
13th July 2016, 06:58
I need to set up debugger for Qt Creator on Windows 8.1 x64. Visual Studio 2015 Update 3 and Qt 5.7 32-bit are installed there. As far as I understood, I have to install Debugging Tools For Windows which are a part of the Windows SDK. But when I run the installer it gives the following error:
12028

I guess that's because Visual Studio has already installed Windows SDK, but it doesn't have debugging tools. So when I go to "C:\Program Files (x86)\Windows Kits\10\Debuggers" I see only x64 folder there. It contains dbghelp.dll, srcsrv.dll, symsrv.dll and no cbd.exe.

I thought about uninstalling Tools and Windows SDK component from VS, but I'm afraid that I may break it.
12030

Could somebody give me advice what to do?