Then depending on the style of your driver, you might have the AddDevice
routine, or any of the Dispatch Routine that you have registered.
Sometimes improperly written driver are unloaded immediately after
DriverEntry is called, so, set a breakpoint in the Unload routine as well.
--
--
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of any included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
"Aaron" <Aa...@discussions.microsoft.com> wrote in message
news:375187F5-840B-4DB7...@microsoft.com...
> When I click the run button I get the message "No runnable debuggees error
> in 'g'"
Are you debugging the kernel on the local computer? For proper
kernel debugging with breakpoints, you need two computers
(but perhaps they can be virtual).