Tips & Tricks
Everything you ever wanted to know but never dared to search for...

Show original line in code where exception occurs

In some situations Xcode stops execution with a breakpoint at “main.m”. If you want to see which line actually caused the exception you can add a new generic exception breakpoint with this characteristics:
Exception: All
Break on: Throw

Gaetano Causio © | Privacy Policy | Disclaimer