I\'m learning iPhone programming from Erica Sadun\'s The iPhone Developer\'s Cookbook. When I run the app I created by following the steps in the Temperature Conversion Exa
In the new Xcode (at least starting from v4.5), you can catch all exceptions easily by doing this:
I think the above is the same as a breakpoint on objc_exception_throw
. http://samwize.com/2012/09/26/xcode-4-dot-5-tips-and-tricks/