使用 Visual Studio 6.0 从 XP 远程调试 NT 应用程序

发布于 2024-07-04 10:05:58 字数 100 浏览 6 评论 0原文

是否可以从运行 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

忆依然 2024-07-11 10:05:58

是的 - 您还可以使用较新版本的 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).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文