How do i make use of Debugger Extension without WinDbg?

Hi All,

I would like to run my Debugger Extension for the driver which i had
written without breaking the Debugger machine. Like i wanted to findout
the values on a live system rather than breaking into WinDbg and loading
the DLL, so can anyone suggest me some easiest way to run my debugger
extension without the use of WinDbg.

Thanks,
Vishwanath

Success is getting what you want. Happiness is wanting what you get.
http: Dale
Carnegie</http:>

To do anything in a kernel debug session, you have to break in.

That’s it.

“Maram,Vishwanath” wrote in message
news:xxxxx@windbg…
Hi All,

I would like to run my Debugger Extension for the driver which i had written
without breaking the Debugger machine. Like i wanted to findout the values
on a live system rather than breaking into WinDbg and loading the DLL, so
can anyone suggest me some easiest way to run my debugger extension without
the use of WinDbg.

Thanks,
Vishwanath

Success is getting what you want. Happiness is wanting what you get. Dale
Carnegie