I set global breakpoints from the libobjc.A.dylib and CoreFoundation locations. I am running my iphone application and it is getting an exception. Xcode stops at a breakpoint, but the error is not displayed in the log: Waiting for breakpoint 1 - "objc_exception_throw" enabled Pending breakpoint 2 - "- [NSException raise]" enabled
I click the Continue button on the console and I get the same indistinguishable error that I received before I turned on the breakpoints.
How to get a stack trace that should generate global breakpoints?
source share