服务器远程调试

发布于 2024-07-17 05:03:58 字数 43 浏览 4 评论 0原文

在不安装 VS 的情况下在服务器上远程调试 .NET 的最佳方法是什么?

what is the best way to remote debugging .NET on server without install VS?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

|煩躁 2024-07-24 05:03:58

您不需要在远程服务器上安装所有 VS。
VS 安装光盘包含一个名为 Remote Debugger 的目录,其中有两个文件夹(x64 和 x86),其中包含特定平台的设置应用程序。 这将安装远程调试监视器 (msvsmon.exe)。

当然,您的本地计算机上仍然需要 Visual Studio。

You don't need to install all of VS on the remote server.
The VS installation disc contains a directory called Remote Debugger, which has two folders (x64 and x86) that contain the set-up application for the specific platform. This installs the remote debugging monitor (msvsmon.exe).

Of course, you'll still need Visual Studio on your local machine.

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