Category Archives: Debugging

Debugging exceptions in Xcode 4.2

One of the hidden gems in Xcode 4.2 is the “Exception Breakpoint” feature. Once you enable it, your debugging life becomes much easier because whenever an exception is thrown in your app, Xcode will bring up the line of code … Continue reading

Posted in Debugging, Xcode 4 | Tagged | 10 Comments