Breakpoints in 6.7.5.1

With this version it seems breakpoints no longer work???

bp mydriver!driverentry
kd> bl
0 e f7d1c5b0 0001 (0001) mydriver!DriverEntry

Stop and start the driver you see the log chatter from the driver starting
but no breakee ???

mydriver: Starting enumeration
mydriver: DriverEntry Compiled at 15:17:15 on Jul 25 2007

what gives? I’ve done this many times and it should work.

rebooted worked sorry…

“jim” wrote in message news:xxxxx@windbg…
> With this version it seems breakpoints no longer work???
>
>>bp mydriver!driverentry
>>kd> bl
> 0 e f7d1c5b0 0001 (0001) mydriver!DriverEntry
>
> Stop and start the driver you see the log chatter from the driver starting
> but no breakee ???
>
> mydriver: Starting enumeration
> mydriver: DriverEntry Compiled at 15:17:15 on Jul 25 2007
>
> what gives? I’ve done this many times and it should work.
>
>
>
>
>
>