USB Driver Debugging by WINDBG - Initial help

Hi ,

I am writing the driver by modifying the existing code of BulkUSb driver of
DDK.

I have ti test my driver source code by debugging .

Please let me know how can i debug the source code by Windbg.

Also please let me know that we can debug in the WINDBG in sam way as we do
in VC++ application or it can show only Debug prints .

Any tutorial link will be very helpful .

Thanks
Raj

Shibu Shahi wrote:

Also please let me know that we can debug in the WINDBG in sam way as
we do in VC++ application or it can show only Debug prints .

you can indeed debug like in VS. you can step threw line by line, set
breakpoints, view locals, etc… Debug prints are also extremely helpful.

Any tutorial link will be very helpful .

Google must be down again…

Thanks
Raj
— You are currently subscribed to windbg as: matt-martin@tx.rr.com
To unsubscribe send a blank email to xxxxx@lists.osr.com