Don
Sun Oct 14 04:37:18 PDT 2007
You need to use WinDBG see
http://www.microsoft.com/whdc/DevTools/Debugging/default.mspx This does
require two computers, but that is hte nature of Windows.
For avoiding blue screens compiler your driver with /W4 and fix all
warnings. Use PreFast and fix all the warnings (get the latest WDK if you
do not have it). This will help you reduce the ones you see while
debugging.
Be sure to use driver verifier when starting, since this will find the
common errors immediately so again speeding up your development.
--
Don Burn (MVP, Windows DDK)
Windows 2k/XP/2k3 Filesystem and Driver Consulting
Website:
http://www.windrvr.com
Blog:
http://msmvps.com/blogs/WinDrvr
Remove StopSpam to reply
"raghu" <raghujindia@gmail.com> wrote in message
news:1192332103.979813.249970@e9g2000prf.googlegroups.com...
> I'm writing NDIS driver for RTL8139 ethernet card.Is there any
> software for debugging.I need to restart every time when I get the
> blue screen,which is time consuming.how can i avoid the blue
> screen.Please help.
>
> Thank You.
>
> Raghu
>