Re: Can someone spot what's going on here?
Quincey Morris
On Aug 8, 2018, at 22:38 , Graham Cox <graham@...> wrote:
Are you sure it’s really failing? Historically, the security framework is known to use C++ exceptions internally for flow control. If you have an Xcode C++ exception breakpoint set, it stops, but there’s really nothing wrong. The solution is to set the exception breakpoint option for Obj-C exceptions only. (Or, you can just keep resuming execution, if you want to keep the C++ exception breakpoint for other purposes.) |
|