I want to debug kernel mode from my computer which OS is windows 7(x64) to the WXP which is running on vmware, I did all settings specified here (http://silverstr.ufies.org/lotr0/windbg-vmware.html). Windibg will successfully connecting to the vmware OS. but I have the following problem: as soon as the windbg connects to vmware, the WXP running on the vmware hangs and I can not run my driver on vmware (or anything else). Would you please help me to solve my problem?
It is very natural to go hang when windbg connects to the VM. (regardless of physical or virtual PC)
Because windbg is the kernel debugger, it makes your VM hang.
If you make VM go, just āgā command in the command view.