Is it possible to set the breakpoint in Xcode to have the debugger stop only on unrecognized selector?
I have other exceptions that are triggering, and I only want to trigger on the unrecognized selector
exception, nothing else.
Is it possible to set the breakpoint in Xcode to have the debugger stop only on unrecognized selector?
I have other exceptions that are triggering, and I only want to trigger on the unrecognized selector
exception, nothing else.