In Xcode, you can go to the Breakpoints tab, and then add a breakpoint for All Exceptions.
I find this very useful, but is it possible that he @try {} @catch {} program only when the exception is not handled by @try {} @catch {} in my code? These are the only ones that interest me.
It would be even better if I could select certain files in which I am interested in using this breakpoint system, although I assume that it is too much to ask.
objective-c exception xcode breakpoints
Voldemort
source share