> 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 wh
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 "Interna
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 di
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 men