我在使用以下配置设置调试环境时遇到了一些麻烦:
Host computer - Physical, Windows 7 x64
Target computer - Virtual (Vmware), Windows 7 x64 (Running on Host computer)
我希望能够开发内核模式驱动程序,在我的 VM 中部署和调试它。
Visual Studio 让我很难过,并且配置 VM 无法正常工作。
如何在 VM 中成功部署和调试驱动程序?
我在使用以下配置设置调试环境时遇到了一些麻烦:
Host computer - Physical, Windows 7 x64
Target computer - Virtual (Vmware), Windows 7 x64 (Running on Host computer)
我希望能够开发内核模式驱动程序,在我的 VM 中部署和调试它。
Visual Studio 让我很难过,并且配置 VM 无法正常工作。
如何在 VM 中成功部署和调试驱动程序?
我设法自己解决了这个问题。我在这里写了一篇关于解决方案的文章。
要连接到同一台机器上的 VMware 目标,我只需使用串行电缆连接到每个“一半”。我的串行电缆两端都有 USB。因此,我只需将两端连接到计算机上的单独 USB 端口。