我想从另一个虚拟机对我的虚拟机进行内核调试。
我的设置很简单,
已调试 - VM:Windows XP SP3 x32(待调试)
调试器 - VM:Windows 7 SP1 x64(安装 Windbg - 调试器)
管道配置也非常简单..两端都应该设置为The other end is a virtual machine
,在 XP VM 上我将管道设置为This end is the server
和在 Win7虚拟机上设置This end is the client
。我正在使用Vmware Workstation 10.0.3顺便说一句..
我知道我确实正确地设置了我的 XP 虚拟机,因为我可以轻松地从主机调试它 -The other end is an application
从我的主机(Win7 x64)配置和连接它与 Windbg 并且它正常工作。所以我知道我的 Win-XP 设置没有问题
但是从另一个虚拟机做同样的事情,没有任何反应。我浏览了互联网,我什至按照教程来解释我已经做过的事情。我不知道我错过了什么,我感到很无助,所以我来这里问。
有人知道我的设置有什么问题吗?