How to kill msvsmon.exe when finished remote debugging?
Posted
by dferraro
on Stack Overflow
See other posts from Stack Overflow
or by dferraro
Published on 2010-03-15T20:51:54Z
Indexed on
2010/03/16
16:41 UTC
Read the original article
Hit count: 464
Hi,
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?
© Stack Overflow or respective owner