I’m trying to set a breakpoint on a line of code within my DriverEntry. I
used the BU command and the ‘source file:line number’. The first time I did
this I had the wrong symbol file loaded for the driver running but the
breakpoint fired when the driver loaded (the source line displayed didn’t
match the actual code but that would be expected with the wrong symbols).
I then stopped the driver, installed the correct driver (to match my symbol
file) and restarted the driver. But this time the breakpoint didn’t fire.
I tried unloading the symbols, exiting Windbg, resetting the breakpoint but
I can’t get the breakpoint to work again. I’m going to reboot the machine
and see if that resolves the issue.
I’ve tried setting the breakpoint from the GUI (using F9 on the source line)
but that doesn’t work unless the driver is loaded.
I’m using Windbg 3.0.0010.0. My target is Windows XP RC1. The driver is
actually an NT driver (I’m using XP to get the benefits of Driver Verifier).
I’ve only been using Windbg about a month or so (previous SoftICE user) so
perhaps I’m just not doing something simple.
Thanks in advance,
- Steve -
You are currently subscribed to windbg as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-windbg-$subst(‘Recip.MemberIDChar’)@lists.osr.com