Xcode:Run>Show>Breakpoints
I ve added the obligatory [NSExceptionRaise]
and objc_exception_throw
yet when I close the Breakpoints window and then return Xcode adds a third breakpoint: -[NSExceptionRaise]
. Does this mean [NSExceptionRaise]
is wrong and I should delete it? Or are they both helpful? If so in what way are they functionally different?