Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio 2012 Remote Kernel Debugging a Virtual Machine

I'm having some troubles setting up a debug 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 VM.

Visual Studio is giving me a hard time, and provisioning the VM fails to work.

How can I successfully deploy and debug a driver in a VM ?

like image 923
Michael Avatar asked Nov 03 '22 05:11

Michael


1 Answers

I managed to solve the problem by myself. I wrote an article about the solution here.

like image 196
Michael Avatar answered Nov 11 '22 07:11

Michael