- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在 WinDbg 中调试 .NET 2.0 程序集的故障转储文件。
当我在 WinDbg 中输入“lm”时,我会得到一长串已加载的模块,如下所示:
723c0000 72950000 mscorwks (deferred)
.
.
这里的“延迟”是什么意思?我需要担心这个吗?
最佳答案
这只是意味着该模块尚未加载任何符号。所以不用担心这个。
<小时/>The symbol type immediately follows the module name. This column is not labeled. For more information about the various status values, see Symbol Status Abbreviations. If you have loaded symbols, the symbol file name follows this column.
By default, symbol information is not actually loaded when the target modules are loaded. Instead, symbols are loaded by the debugger as they are needed. This is called deferred symbol loading or lazy symbol loading.
和Symbol Status Abbreviations :
Abbreviation: deferred
Meaning: The module has been loaded, but the debugger has not attempted to load the symbols. Symbols will be loaded when needed. See Deferred Symbol Loading for details.
关于.net - 风数据库流明 : what does "deferred" mean?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15069220/
我是一名优秀的程序员,十分优秀!