Home All Groups Group Topic Archive Search About

How to detect what is hanging my program

Author
22 Mar 2006 2:45 PM
Jon
I have a program that runs for a little bit and just hangs after a while. It
runs on a timer and sends faxes. It hangs and does not produce any error or
event log entry. Is there some way to attach to the running exe and see what
code actually died? It never happens when running it in the IDE.

Thanks
Jon

Author
22 Mar 2006 2:51 PM
Carlos J. Quintero [VB MVP]
Search the "Trace" class in the help docs, and articles about .NET tracing.

--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio
You can code, design and document much faster:
http://www.mztools.com



Show quoteHide quote
"Jon" <ruffl***@msn.com> escribió en el mensaje
news:eIhZX9bTGHA.5468@TK2MSFTNGP14.phx.gbl...
>I have a program that runs for a little bit and just hangs after a while.
>It runs on a timer and sends faxes. It hangs and does not produce any error
>or event log entry. Is there some way to attach to the running exe and see
>what code actually died? It never happens when running it in the IDE.
>
> Thanks
> Jon
>