I am currently working on a c# linux application being run under mono. Although, I believe I've handled any possible exceptions that might be thrown within my program, but should I have missed any, I was wondering if there is a way that when the C# application crashes it creates a core dump file so I can see the exception and go through it to try and determine what caused the problem like GDB does for C programs.
I'm using OpenSuse 12.1 for my application.
Thanks for any help you can provide.