I have Windbg running and want to check source level debugging of WDF.
If I run the command "!lmi wdf01000.sys", I get the following result:
kd> !lmi Wdf01000.sys
Loaded Module Info: [wdf01000.sys]
wdf01000.sys not found
If I look in the symbol cache the wdf01000.pdb is there. I use the latest Windows 10 version with the actual WDK.
I followed the article new support for source-level debugging of WDF in Windows 10
I found it myself. I forgot to call .reload
.
Then I came into the next problem and this was that the source was not shown. For this read in addition to the above article this.
[l+, l- (Set Source Options)][1]
Yes, the first is the worst. :-)