attach to process not started in debug mode?



Is there a way to attach to a process of a .NET app not started in debug mode?

I'm having a problem with an app on a remote server, with a 3rd party .net
object I dont' have source files for anyway.

I'd like to be able to just attach to the hung process and get some debug info.

Is this possible?
--
Thanks in advance, Les Caudle
.



Relevant Pages

  • attach to process of .net app not started in debugger?
    ... Is there a way to attach to a process of a .NET app not started in debug mode? ... I'd like to be able to just attach to the hung process and get some debug info. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: No Symbols loaded for this document
    ... I have the project in debug mode, and am getting pdb files when ... I can attach to my vb6 process without any errors, ... it executes the code in the dll just fine, but I cant get it to break in the ... In Attach to Process dialog, use Select button and choose the managed ...
    (microsoft.public.vsnet.debugging)
  • Re: Clientside debugging
    ... process, select the correct instance of IE, and click Attach. ... start in debug mode. ... The second option is far easier. ... When you need to debug a lot, the first is very much faster, especially if you set a keyboard-shortcut to display the "attach to process" dialog. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Multithreading Implementation
    ... inside a multithread function, both in release and debug mode. ... >> download all the data from the database before populating it in a Tree view. ... If you don't attach to it you won't be able to debug it. ...
    (microsoft.public.vc.mfc)

Loading