Windbg 无法找到模块 'Wdf01000.sys'

Windbg Unable to find module 'Wdf01000.sys'

我有 Windbg 运行ning 并且想检查 WDF 的源级调试。

如果我 运行 命令“!lmi wdf01000.sys”,我得到以下结果:

kd> !lmi Wdf01000.sys
Loaded Module Info: [wdf01000.sys] 
wdf01000.sys not found

如果我查看符号缓存,wdf01000.pdb 就在那里。我使用最新的 Windows 10 版本和实际的 WDK。

我关注了这篇文章new support for source-level debugging of WDF in Windows 10

我自己找的。我忘了打电话给 .reload。 然后我遇到了下一个问题,这是没有显示源。除了上面的文章 this.

之外还阅读了这篇文章
[l+, l- (Set Source Options)][1]

是的,第一个是最差的。 :-)