all groups > dotnet sdk > march 2006 >
You're in the

dotnet sdk

group:

CLR Debugger


CLR Debugger Bryan Simmonds
3/9/2006 10:48:26 AM
dotnet sdk: Hello,

I have a .NET application on a production machine that I am trying to debug.
Is it possible to install just the CLR Debugger on that machine without
installing the whole SDK??

Bryan

Re: CLR Debugger Paul Gielens
3/12/2006 10:33:54 PM

Hi Brian,

You can attach the VS.NET debugger to your process. Realize, however, that
if you hit a break point in your code, not only is your request stopped, but
any other requests hitting your production machine are stopped as well.

MS has an excellent paper online "Production Debugging for .NET Framework
Applications"
(http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnbda/html/DBGch01.asp).

Best regards,
Paul Gielens

Visit my blog @ http://weblogs.asp.net/pgielens/
###


AddThis Social Bookmark Button