通过终端服务器远程调试
我有一个 .NET 应用程序在目标计算机上运行。问题是,它受防火墙保护,无法直接通过开发者网络访问。在这之间连接了一个终端服务器,它充当这两个网络之间的桥梁。我想使用 Visual Studio/WinDBG 中的远程调试工具从开发人员 PC 调试到目标 PC。有可能吗? 截图 http://img822.imageshack.us/img822/9767/connectiono .png
I have a .NET application running in the target machine. the problem is that, it's firewalled and can't be accessed directly through the developer network. There's a terminal server connected in between this were it acts as a bridge between these two networks. I want to debug from my developer PC to the target PC using remote debugging facilities in Visual Studio/WinDBG. Is it possible?Screenshot http://img822.imageshack.us/img822/9767/connectiono.png
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不知道有什么通道机制可以通过 RDP,但也许以下设置是一个可以忍受的解决方法:
这远非理想——毫无疑问,最简单的调试方法是在开发机器上。但是,它使您无需四处移动源文件,并且由于 WinDbg 是可移植的,因此您不必在非开发计算机上进行繁重的安装。
I don't know of any channeling mechanism that can go through RDP, but perhaps the following setting can be a bearable workaround:
This is far from ideal - no doubt the easiest way to debug is on the dev machine. However, it saves you from moving source files around, and since WinDbg is portable, you don't have to do heavy installations on a non-dev machine.