QT:Unable to create a debugging engine.

debug跑不了:

报错:Unable to create a debugging engine.
参考:
https://blog.csdn.net/u010906468/article/details/104716198

先检查是否安装了DEBUG插件
QT:Unable to create a debugging engine._第1张图片
工具-》》选项
查看插件,如果没有的话,需要重新安装qt时,勾选相应的插件
QT:Unable to create a debugging engine._第2张图片

如果插件正常的:

1.鼠标右键桌面空白处,点击设置
2.搜索应用和功能
QT:Unable to create a debugging engine._第3张图片

QT:Unable to create a debugging engine._第4张图片
QT:Unable to create a debugging engine._第5张图片
重启qt creator
至此debug可以跑了
QT:Unable to create a debugging engine._第6张图片

你可能感兴趣的:(c++,qt)