0

We are a .NET LOB shop using MS CRM as our CRM platform. To this end, we many times a day during development phases are using remote debugging due to 2 connection limit to the server.

We are able to setup remote debugging without logging onto the machine by using PsExec. This works great - but how the heck do we kill the remote debugger for that user, once we are finished debugging?

In fact, not even sure how to kill the remote debugger in general, even when manually opening it... without remoting into server and using task manager, or keeping the server open and doing File->Exit on the debugger. Any advice?

4

2 回答 2

3

我在远程调试方面从来没有太多运气。每当我调试我的插件时,我通常会在 codeplex 上使用PluginDebugger 工具,它允许您通过建立与 CRM 服务器的连接在您的机器上进行本地调试。虽然这不是您要寻找的答案,但值得考虑。

于 2010-03-16T16:39:29.290 回答
2

我发现我应该为此使用远程调试器服务.. 谢谢你的回复

于 2010-03-18T21:50:01.870 回答