Tutorial: Catching Exceptions to Help Debug Before Your Application Explodes
This tutorial uses Xcode 4.2 One of the major problems iOS developers have is being able to work out where an exception is thrown. There are several ways that you can make debugging easier on yourself. Below is a couple of tips. Global Breakpoint One handy technique is to set a global breakpoint on all exceptions raised. This can be...
read more




Recent Comments