I am developing a multi-threaded WinForm application with C #. Sometimes it happens that my application freezes or freezes or is blocked.
When this happens and I am working in DEBUG mode, is there a way to figure out which line of code my application is currently on? Since it is frozen, I expect to find a point where the application is blocked or blocked or something else. Is it possible to do this?
When it is frozen, I tried to open the CALL STACK window, but this does not display information; are there any actions i can do? Some pause and check, or something else?
source
share