问题

Qt调试器出现报错:

  • the selected debugger may be inappropriate for the inferior

解决方案:

Qt在调试的过程中出现上述异常,是因为没有安装Windows debugger或者debugger版本不合适而造成的。

  1. 从微软官网上下载Win10 SDK
  2. 在安装的过程中,选择install,并只安装Debugging Tools for Windows
  3. 安装成功后,重启Qt,可以在工具-选项中找到如下入所示,活命debugger已经安装成功,并被自动检测到了。Qt调试器出现:the selected debugger may be inappropriate for the inferior的解决方案
  4. Kits中找到对应的版本,并设置调试器:
    Qt调试器出现:the selected debugger may be inappropriate for the inferior的解决方案
    Qt调试器出现:the selected debugger may be inappropriate for the inferior的解决方案
  5. 至此,Qt的调试问题就可以解决了。

相关文章:

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