Re: Allowing Applications to continue after exception...

2009-02-07 Thread Richard Frith-Macdonald
On 8 Feb 2009, at 06:39, Richard Frith-Macdonald wrote: On 8 Feb 2009, at 04:06, Gregory Casamento wrote: Here is the promised patch. Please take a look and give any feedback you can. This is simply a patch to allow the user to set whether or not they want to debug exceptions or not.

Re: Allowing Applications to continue after exception...

2009-02-07 Thread Gregory Casamento
I've implemented default for the unhandled exceptions. Please take a look at the code in the repository and let me know if you have any feedback. On Sun, Feb 8, 2009 at 1:29 AM, Gregory Casamento wrote: > Richard, > > > 1. The changes to the uncaught exception handler ... as far as I can see >

Re: Allowing Applications to continue after exception...

2009-02-07 Thread Gregory Casamento
Richard, > 1. The changes to the uncaught exception handler ... as far as I can see the effect of this would be to just cause an > app to log the exception and abort (assuming it falls back to the default uncaught exception handler, or randomly > crash if that doesn't work ... you can't recover fr

Re: Allowing Applications to continue after exception...

2009-02-07 Thread Richard Frith-Macdonald
On 8 Feb 2009, at 04:06, Gregory Casamento wrote: Here is the promised patch. Please take a look and give any feedback you can. This is simply a patch to allow the user to set whether or not they want to debug exceptions or not. The default is NO at present so the exceptions will simp

Re: Allowing Applications to continue after exception...

2009-02-07 Thread Gregory Casamento
Here is the promised patch. Please take a look and give any feedback you can. This is simply a patch to allow the user to set whether or not they want to debug exceptions or not. The default is NO at present so the exceptions will simply be logged as they are in Cocoa. I am going to go ahead a