Debugging File System Driver in W2K Advanced Server

Hi all,
I need to debug a driver running in W2K Advanced Server. I am thinking to
use windbg. Does the host machine need to be W2K Advanced Server too? What
other tool can I use?
Thanks.

The other machine doesnt need to be win2k AS. You’ll need the source and
object for the driver, of course, to effectively debug the driver, and it
should reside on the debugging (windbg) machine.

See “Setup” in the windbg help file for more info.

Greg