A8站长源码买卖渠道
1、问题描绘:
开发环境:Qt5.5.1+VS2013+win7(64bit)
VS开发qt程序编译正常Qtcreator开发程序,后无法调试。
调试呈现提示过失“Unknown debugger type "No engine",如下图所示
2、原因: A8站长源码交易平台
qt 官方提示,假定// qtcreator 自 动检测调试器失利,就需要你手动设备window CDB debugger.
You need to set up the debugger only if the automatic setup fails, because the native debugger is missing (as is usually the case for the CDB debugger on Windows, which you always must install yourself) or because the installed version is not supported (for example, when your system contains no, or an outdated version of GDB and you want to use a locally installed replacement instead) .
3、解决方法:
3.1 下载Windows SDK,
挑选设备其间的Debugging Tools for Windows,完毕CDB Debugger的设备即可。
我是从这个中文版地址下载的:https://dev.windows.com/zh-cn/downloads/windows-8-1-sdk
该版别支撑win7,官方许多当地都是支撑win10了 A8站长源码交易平台
或许从微软英文官方下载WDK:http://msdn.microsoft.com/en-us/windows/hardware/hh852365
3.2 设备
将下载得到的在线设备程序sdksetup.exe设备,只需要选中Debugging Tools for Windows即可,其它都能够不设备,如下图所示。A8站长源码交易平台

设备完毕后Close封闭设备程序。
3.3装备Qt Creator A8站长源码交易平台
重新启动Qt Creator,在东西/选项/构建和作业里边,Debuggers窗口 现已自动检测到两个CDB 。
然后在构建和套件(kits)窗口,将套件桌面的调试器修改为x64的cdb
qtcreator能够正常进行调试作业了。