1、问题描述:
开发环境:Qt5.5.1+VS2013+win7(64bit)
VS开发qt程序编译正常Qtcreator开发程序,后无法调试。
调试出现提示错误“Unknown debugger type "No engine",如下图所示

2、原因:
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 an

在Qt5.5.1+VS2013+Win7环境下,当Qt Creator无法调试时,需手动安装Windows CDB调试器。解决步骤包括:下载并安装Windows SDK中的Debugging Tools for Windows,选择安装Debugging Tools,配置Qt Creator使用x64的CDB调试器。
最低0.47元/天 解锁文章
790

被折叠的 条评论
为什么被折叠?



