How to detect what is hanging my program

J

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
 
C

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top