QT Creator complaining about MSVC Build and Run kit
-
wrote on 21 Oct 2016, 20:53 last edited by Crag_Hack
-
wrote on 21 Oct 2016, 21:34 last edited by
Hi! Funnily Visual Studio only ships with stipped down versions of the Windows SDKs. You need to install the debugging tools (CDB) seperately. The archive page for Windows 10 and previous Windows versions is https://developer.microsoft.com/en-us/windows/downloads/sdk-archive. E.g for Windows 10 you need to install the SDK from "Windows 10 SDK (14393) and Microsoft Emulator for Windows 10 mobile". For Windows 7 it's "Windows 7 and .NET Framework 4". During the installation process you need to make sure you install the "Debugging tools for Windows".
-
Hi,
It looks like you installed a 32bit debugger rather than a 64 version.
-
wrote on 24 Oct 2016, 19:37 last edited by
How to install 64 bit debugger?
-
Check that you don't already have it in
Program Files
or in the same folder underx86_64
oramd64
. -
wrote on 28 Oct 2016, 00:02 last edited by
-
Well, pure speculation here but if you installed both one after the other but started Qt Creator in between, the detection went for the first version of gdb it found. Then there was no need to try to detect again that a new version was available.
In any case, glad you found out !
Since you have it working now, please mark the thread as solved using the "Topic Tools" button so that other forum users may know a solution has been found :)
-
wrote on 28 Oct 2016, 20:35 last edited by Crag_Hack
On second thought it might have been my fault, I noticed sometimes when scrolling with the mouse wheel in the Options window I would inadvertently scroll one of the dropdown list boxes like Device: or Debugger:.
5/9