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

推荐订阅源

J
Java Code Geeks
Google DeepMind News
Google DeepMind News
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
小众软件
小众软件
Blog — PlanetScale
Blog — PlanetScale
腾讯CDC
A
About on SuperTechFans
Vercel News
Vercel News
I
InfoQ
阮一峰的网络日志
阮一峰的网络日志
月光博客
月光博客
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
人人都是产品经理
人人都是产品经理
S
SegmentFault 最新的问题
V
Visual Studio Blog
T
Tailwind CSS Blog
大猫的无限游戏
大猫的无限游戏
M
MIT News - Artificial intelligence
博客园 - 【当耐特】
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Microsoft Azure Blog
Microsoft Azure Blog
Apple Machine Learning Research
Apple Machine Learning Research
GbyAI
GbyAI
美团技术团队

博客园 - 一些记录

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