使用 Visual Studio 6.0 从 XP 远程调试 NT 应用程序
是否可以从运行 Windows XP 的开发人员工作站远程调试在 Windows NT 计算机上运行的 Visual C++ 6.0 应用程序?
如果可以,程序是什么?
Is it possible to remote-debug a Visual C++ 6.0 application running on a Windows NT machine from a developer workstation running Windows XP?
If so, what is the procedure for doing so?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的 - 您还可以使用较新版本的 Visual Studio。 只要您拥有目标应用程序的 PDB 文件,使用什么版本构建并不重要(好吧,VS6 可能无法理解较新的 PDB,但向后应该没问题)。
根据我的经验,较新版本的 VS 上的远程调试体验比旧版本流畅很多。 如果您可以安排一些事情,以便附加到手动启动的现有流程而不是启动该流程(避免大量路径设置),那么设置也会更容易。
Yes -- you can also use a newer version of Visual Studio. As long as you have the PDB file for the target application it doesn't matter what version it was built with (well, VS6 might not understand a newer PDB, but backwards should be fine).
The remote debugging experience on newer VS versions is a lot smoother than old versions in my experience. It is also easier to set up if you can arrange things so that you are attaching to an existing process that you have started manually rather than kicking off the process (avoid a lot of the path setup).