Re: NSExceptionHandler and "Internal Error" dialog

2021-05-28 Thread Matt Jacobson via Cocoa-dev
> On May 28, 2021, at 8:41 PM, James Walker wrote: > > On 5/28/21 4:21 PM, Matt Jacobson wrote: >> On May 28, 2021, at 6:54 PM, James Walker via Cocoa-dev >> wrote: >>> When an uncaught exception is raised, I want to log some information about >>> it but let it continue on as normal. But

Re: NSExceptionHandler and "Internal Error" dialog

2021-05-28 Thread James Walker via Cocoa-dev
On 5/28/21 4:21 PM, Matt Jacobson wrote: On May 28, 2021, at 6:54 PM, James Walker via Cocoa-dev wrote: When an uncaught exception is raised, I want to log some information about it but let it continue on as normal. But when I use NSExceptionHandler, an uncaught exception displays an

Re: NSExceptionHandler and "Internal Error" dialog

2021-05-28 Thread Matt Jacobson via Cocoa-dev
Hey James, > On May 28, 2021, at 6:54 PM, James Walker via Cocoa-dev > wrote: > > When an uncaught exception is raised, I want to log some information about it > but let it continue on as normal. But when I use NSExceptionHandler, an > uncaught exception displays an "Internal Error" modal

NSExceptionHandler and "Internal Error" dialog

2021-05-28 Thread James Walker via Cocoa-dev
When an uncaught exception is raised, I want to log some information about it but let it continue on as normal. But when I use NSExceptionHandler, an uncaught exception displays an "Internal Error" modal dialog with buttons "Show Details", "Crash", and "Continue". I don't see any explicit