.NET程序调试的几种思路 - zLulus/My_Note GitHub Wiki

自动发布&调试

Visual Studio 2013 remote debugging, auto deploy?
简单来说,通过网络共享/实时同步的技术,保证调试程序生成到远程服务器,直接调试远程服务器的代码
感觉这个方案很赞,有空试试

远程调试

Remote Debugging on Remote Desktop
Remote Debug desktop app visual studio 2015
关键词:.NET Remote Debugging
需要附加进程

VS Code

在远程服务器安装轻量级的VS Code调试

VS

在远程服务器安装VS
->不香