Does anybody know how to catch all exceptions in monomac?
On windows .net I wrap the run loop in a try{}catch and also use:
Application.ThreadException + AppDomain.CurrentDomain.UnhandledException
It would nice to be able to get crash reports from my new mac software I'm beta testing.