Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在不安装 VS 的情况下在服务器上远程调试 .NET 的最佳方法是什么?
您不需要在远程服务器上安装所有 VS。VS 安装光盘包含一个名为 Remote Debugger 的目录,该目录有两个文件夹(x64 和 x86),其中包含特定平台的设置应用程序。这将安装远程调试监视器 (msvsmon.exe)。
当然,您仍然需要在本地计算机上安装 Visual Studio。