惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Jina AI
Jina AI
博客园 - 司徒正美
大猫的无限游戏
大猫的无限游戏
博客园 - 三生石上(FineUI控件)
J
Java Code Geeks
博客园 - 聂微东
酷 壳 – CoolShell
酷 壳 – CoolShell
爱范儿
爱范儿
美团技术团队
腾讯CDC
博客园 - Franky
MyScale Blog
MyScale Blog
人人都是产品经理
人人都是产品经理
罗磊的独立博客
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
月光博客
月光博客
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
aimingoo的专栏
aimingoo的专栏
博客园_首页
V
V2EX
Martin Fowler
Martin Fowler
T
The Blog of Author Tim Ferriss

博客园 - 一些记录

如果 要调试 RA支持吗 MarkBin(MarkDown++)是一个可见即可的的MarkDown编辑器 下载 免费使用 Win32 Demo AesSafe文件夹加密工具 在断开环境中使用 MSIX 打包工具 修改tarui的html后如何重新编译 cargo tauri build prevAll QT快速创建函数快捷键 alt+enter qt6 mac 需要mac os 12的版本 qt internal error the extendsion c 解决“msvcp140d.dll 找不到”错误 在 wxWidgets 中,setup.h 引用了头文件, build wxwidgets config ld.exe||cannot find -lwxmsw32ud: No such file or directory| 关于Windows“wx/setup.h: No such file or directory”解决 MFC程序错误-在共享DLL中使用MFC Warning: Cannot find any version of the dxcompiler.dll and dxil.dll. windeployqt xxxxxxx.exe --qmldir C:\Qt6\6.9.2\msvc2022_64\qml - 一些记录 护眼颜色
the installed QT MSVC2022 MISSING DEBUG INFORMATION FILES
一些记录 · 2025-09-19 · via 博客园 - 一些记录

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 from the maintenance tool for this qt installation to get all relevant symbols for the debugger

解决方法

1. 使用 Maintenance Tool 安装调试信息文件

要解决这个问题,你需要使用 Qt 的 Maintenance Tool 来安装缺失的调试信息文件。

步骤:

  1. 打开 Qt 安装目录,找到 MaintenanceTool.exe 文件。

  2. 启动 MaintenanceTool.exe。

  3. 在界面中选择“添加或移除组件”。

  4. 找到并勾选对应版本的“Qt Debug Information Files”。

  5. 点击“下一步”并完成安装。

image

image