麦田

不积跬步无以至千里.

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
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

 

 

posted on 2025-09-19 15:04  一些记录  阅读(21)  评论(1)    收藏  举报