[IPHONE] Break on exception in Xcode. & Enable NSZombie
CS/iPhone 2010. 8. 25. 09:23참조
Break on exception in Xcode.
Double-Click for symbol > “objc_exception_throw”
Enable NSZombie
1. Double-click an executable in the Executables group of your Xcode project.
2. Click the Arguments tab.
3. In the “Variables to be set in the environment:” section, make a variable called “NSZombieEnabled” and set its value to “YES”.