刚安装的Qt调试时出现The selected debuger may be inappropriate for the inferior.

Qt调试问题

    • 零、前言
    • 一、出现的错误
    • 二、解决办法

零、前言

刚安装的Qt经常出现这种错误,自己研究了一下,记录这里,以供后面查找和其他人参考!

一、出现的错误

在windows上使用Qt Creator时,点击debug模式出现下面的错误:
刚安装的Qt调试时出现The selected debuger may be inappropriate for the inferior._第1张图片

二、解决办法

1、下载缺少的windows下调试需要的环境并安装,下载地址:https://developer.microsoft.com/zh-cn/windows/downloads/windows-10-sdk,需要安装的调试器占用500M左右的空间,总共需要占用2个多G的空间,建议全选安装,避免后期又缺少其他依赖。
2、配置Qt Creator,点击菜单栏上的工具—》选项,在弹出的窗口中进行配置如下:
刚安装的Qt调试时出现The selected debuger may be inappropriate for the inferior._第2张图片
最后点击OK按钮就可以啦

你可能感兴趣的:(qt-creator)