I am using 32-bit OllyDbg version 2.01 on a Windows application that appears to be terminating (not crashing due to an exception).
Unfortunately, there are a lot of different ways an application can terminate. It can send WM_CLOSE to the main window, or call Exit(), etc. How can I determine using OllyDbg the way the process is terminating?