I am working on a C # multithreaded server for Syslog. I am trying to perform a long-term experiment, but found that after an hour the server freezes (after a while, registration ends).
I tried to run it in mode Debugin Visual Studio, and when I found it hanging and tried to press Pause to get useful information about where the threads were, Visual Studio reported that the remote debug monitor was broken. This is a local application.
What can I do to pause the process and get useful thread status information?
source
share