0
点赞
收藏
分享

微信扫一扫

Qt-creator warning: Missing Qt Debug Information

上善若水的道 2022-04-04 阅读 142
QT

初使用qt-creator的时候,弹出这么一个东西,

Missing Qt Debug Information

The installed Qt 5.15.0 MSVC2019 64bit is missing debug information files.
Locals and Expression might not be able to display all Qt types in a human readable format.

Please Install the "Qt debug information Files" Package form the maitenance tool for this qt installation to get all relevant symbols for the debugger.

也不是很清楚这个东西到底是啥玩意,是不是和qt-creator本身的插件开发有关?不管怎么样,先装上看看。

到安装目录下,找到那个叫MaintenanceTool.exe的文件,启动,然后找到所安装qt版本的debug information files,勾选安装就好了,如下图所示,

 本文结束。

举报

相关推荐

0 条评论