In Xcode, I can create a breakpoint to catch all exceptions (exception exception exception). However, this breakpoint also works in a try-catch situation.
I use third-party libraries, so the situation with try-catch is a fact, not an option.
Is there a way to handle uncaught exceptions , and not all exceptions?
You can put the top level try/catchin your stream entries.
try/catch
You may also be interested in NSSetUncaughtExceptionHandler.
NSSetUncaughtExceptionHandler
( , , ). try/catch , . , nothrow .
nothrow
Cocoa - , , Cocoa .