查看模块
Modules 视图显示正在调试的应用程序中包含的模块信息。
模块是
- Windows 中的动态链接库 (
.dll
) - Linux 中的共享对象 (
.so
) - macOS 中的动态共享库 (
.dylib
)
此外,视图还显示模块内的符号,并指出每个模块的加载位置。右键单击列标题可显示或隐藏视图中的列。
右键单击视图可选择以下操作:
- 更新模块列表
- 显示模块的源文件
- 显示模块之间的依赖关系(仅限 Windows)
- 加载模块符号
- 检查模块
- 编辑模块文件
- 显示模块中的符号
- 显示模块中的部分
- 设置调试器首选项
默认情况下,Modules 视图是隐藏的。要显示它,请在调试器工具栏的Views 中选择它。
在 CDB 中加载模块时的故障
使用 CDB 作为调试后端时,可以指定调试器在加载或卸载应用程序模块时中断。要启用指定模块的中断,请访问首选项>Debugger >CDB 。
更多信息,请参阅CDB。
Copyright © The Qt Company Ltd. and other contributors. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.