如何使用 VMware 调试 Visual Studio 项目?
我刚刚第一次安装 WMware Workstation,并注意到它在 Visual Studio 中包含了一些新工具栏,以便我能够在虚拟机上调试应用程序。
有人用过这个功能吗?你如何使用它,用它调试什么? 与仅在本地调试相比,在虚拟机下进行调试有哪些好处?
I just installed WMware Workstation for the first time, and noticed that it included some new toolbars in Visual Studio for me to be able to debug applications on a virtual machine.
Has anyone used this feature? How do you use it, and what do you debug with it?
What are some of the benefits of debugging under a virtual machine as opposed to me just debugging it locally?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以在这里找到您需要了解的大部分内容:http: //blogs.vmware.com/workstation/2008/04/using-the-vmwar.html
唯一的好处是在另一个操作系统上测试您的应用程序。那个或你的代码太糟糕了,你不敢在自己的计算机上运行它,因为担心会破坏你的系统。
You can find most of what you need to know here: http://blogs.vmware.com/workstation/2008/04/using-the-vmwar.html
The only benefit is testing your application on another OS. That or your code is so bad you're afraid to run it on your own computer for fear of destroying your system.