在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

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

 

 

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

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

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

引文链接: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 ...

相关文章:

  • 2021-12-28
  • 2022-12-23
  • 2021-06-14
  • 2022-01-05
  • 2022-12-23
  • 2021-12-06
  • 2021-10-25
  • 2021-11-13
猜你喜欢
  • 2021-10-10
  • 2021-06-23
  • 2022-12-23
  • 2021-05-16
  • 2021-08-30
  • 2021-06-14
  • 2021-10-04
相关资源
相似解决方案