Qt调试器出现:the selected debugger may be inappropriate for the inferior的解决方案

问题

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的解决方案_第1张图片
  4. Kits中找到对应的版本,并设置调试器:
    Qt调试器出现:the selected debugger may be inappropriate for the inferior的解决方案_第2张图片
    Qt调试器出现:the selected debugger may be inappropriate for the inferior的解决方案_第3张图片
  5. 至此,Qt的调试问题就可以解决了。

你可能感兴趣的:(Self-Culture,Qt,Error&Exception)