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

推荐订阅源

Apple Machine Learning Research
Apple Machine Learning Research
M
MIT News - Artificial intelligence
罗磊的独立博客
博客园 - 【当耐特】
A
About on SuperTechFans
Last Week in AI
Last Week in AI
雷峰网
雷峰网
IT之家
IT之家
aimingoo的专栏
aimingoo的专栏
H
Hackread – Cybersecurity News, Data Breaches, AI and More
博客园_首页
博客园 - 叶小钗
Microsoft Azure Blog
Microsoft Azure Blog
博客园 - Franky
J
Java Code Geeks
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
D
Docker
Engineering at Meta
Engineering at Meta
B
Blog RSS Feed
The Cloudflare Blog
大猫的无限游戏
大猫的无限游戏
阮一峰的网络日志
阮一峰的网络日志
S
SegmentFault 最新的问题
Recent Announcements
Recent Announcements

博客园 - 一些记录

如果 要调试 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