看到这个报错我是绝望的

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

 

相关文章: