'exception'에 해당되는 글 1건

  1. 2010.08.25 [IPHONE] Break on exception in Xcode. & Enable NSZombie

[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”.
: