Debugging NDIS Protocol drivers

Hey guys, is it possible to debug a NDIS Protocol driver in the local machine? If so how?
If not, what would you suggest would be the best way for debugging?

Using Visual Studio Ultimate 12 and Windows 7

Don’t know of any way to debug a Windows driver on the local machine.

If you can configure a virtual machine setup on your machine (VMware, Hyper-V of V-Box), then you can debug a protocol driver installed on a guest VM.

Good luck,

Thomas F. Divine