I am having trouble setting up a debugging environment with the following configuration:
Host computer - Physical, Windows 7 x64
Target computer - Virtual (Vmware), Windows 7 x64 (Running on Host computer)
I want to be able to develop a kernel mode driver, deploy and debug it in my virtual machine.
Visual Studio gives me a hard time and providing VMs doesn't work.
How can I successfully deploy and debug a driver in a VM?
source
share