win7/10下Qt Creator调试提示:The selected debugger may be inappropriate for the inferior的解决办法

Posted rainbow70626

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了win7/10下Qt Creator调试提示:The selected debugger may be inappropriate for the inferior的解决办法相关的知识,希望对你有一定的参考价值。

在win7/10下Qt Creator调试提示:The selected debugger may be inappropriate for the inferior的错误提示内容如下图所示:

一般弹出这个提示是很难进入调试,也看不到调试输出信息的。看到这个报错令人很失望。

解决:下载windows sdk  win10 sdk

只安装Debugging Tools for Windows

 

打开 工具-选项-Kits

安装sdk成功后我们可以看到 已经检测到了我们安装的cdb

 

 

打开工具-选项-构件套件

然后在qtcreator里面设置这个cdb,点OK重启qtcreator即可

 

引文链接:Qt Creator无法debug,报错:The selected debugger may be inappropriate for the inferior. Examining symbols and setting breakpoints by file name and line number may fail. The inferior is in the Portable ...

以上是关于win7/10下Qt Creator调试提示:The selected debugger may be inappropriate for the inferior的解决办法的主要内容,如果未能解决你的问题,请参考以下文章

在 Mac OS 下使用 Qt-creator 调试时如何进入 Qt 的源代码

Qt Creator 安装SDK,在MSVC编译模式下使用CDB调试器

qt creator中在调试状态下如何查看变量的值

Qt creator 调试模式消失了

Qt Creator 无法启动调试器

qt creator调试器中文乱码问题