RE: [ntdev]WinDbg in Win2000

Thanks for the help from all of you.

Now I can see my driver symbols. But I still have problem with source
debugging.

Actually, I have successfully set my breakpoints and the program did stop in
those breakpoints. But, when the program is stoppped, most of the time, the
corresponding source code (opened already) is not popped up. And some times,
if I am lucky, I have the soprce code popped up with the line high-lighted,
but when I press F10 for single-step, I don’t see the high-light line
moving. Is this a “FEATURE” of Win2000 WinDbg??

Another question: When I install my driver, the following message appears.
“The Miscrosoft digital signature affirms that software has been
testedwith Windows and that software has not been altered since
it was tested.
The software you are about to install does not contains a Microsoft
digital signature, …”
Is this expected? Any thing wrong?

Another question: When I debug my USB driver, I unplug my USB device and the
driver only receives IRP_MN_SURPRISE_REMOVE irp, no IRP_MN_REMOVE_DEVICE
follows. I returns STATUS_SUCCESS in IRP_MN_SURPRISE_REMOVE irp. What’s
wrong?

Thanks

James