Include stack trace line numbers in xcode console

Possible duplicate:
How to add a breakpoint to objc_exception_throw?

I read this post Stack trace or more information on unhandled exception in Xcode / iPhone

The selected answer seems to be correct, however the responder does not tell you how to create global breakpoints.

Does anyone know how I can create these breakpoints and see the line number of my exceptions?

+2


source to share





All Articles