看到这个报错我是绝望的

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 ...

解决:下载windows sdk  win10 sdk

只安装Debugging Tools for Windows

 

打开 工具-选项-Kits

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

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 ...

 

 

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

然后在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 ...

 

相关文章:

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