You need to use WinDBG see
http://www.microsoft.com/whdc/DevToo...g/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.googlegro ups.com...