vote up 0 vote down star
1

I set up global break points from locations libobjc.A.dylib and CoreFoundation. I run my iphone app and it hits the exception. XCode stops at the breakpoint but does not show any error in the log besides: Pending breakpoint 1 - "objc_exception_throw" resolved Pending breakpoint 2 - "-[NSException raise]" resolved

I click the "Continue" button on the console and I get the same indistinguishable error I received before I enabled the breakpoints.

How do I get the stack trace that setting up the global breakpoints is supposed to generate?

flag

46% accept rate

1 Answer

vote up 1 vote down check

type bt or backtrace from the GDB console

link|flag
how do you see line numbers as well? – Joe Estes Aug 26 at 18:18
developer.apple.com/DOCUMENTATION/DeveloperTools/… – slf Aug 26 at 18:40

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.