tags:

views:

20

answers:

1

I have a VB6 application that has started to randomly crash based on actions performed in the application. The crash doesn't kick back an error, the screen just closes. The application has no logging to a log file and no event entries in the system event viewer.

Assuming that I don't have access to the source code to write in some logging. Is there a way that I can can see what the issue is causing it to crash.

Was thinking there might be some application that could monitor the memory possible to catch an error's being thrown that aren't being captures in the application.

Looking for a point in the right direction.