Hi,
I am trying to do KMDF driver debugging over network using visual studio. Both the host and target machines are using Windows 8.1 (64 bit) OS and WDK 8.1 with update. I set up the debug environment over network via visual studio ultimate 13. I built the KMFD Hello World Driver (http://msdn.microsoft.com/en-us/library/windows/hardware/hh439665) and deployed it to the target machine via visual studio successfully.
However, I cannot do the debugging. I don’t see any ‘kd command prompt’ as mentioned in the link above and cannot ‘Break All’ also. Also tried inserting breakpoint at particular functions.
Can anyone please help me in this regards. Thanks.