How can I set NSZombiesEnabled in XCode4?

£可爱£侵袭症+ 提交于 2019-12-10 16:45:34

问题


How can I enable NSZombiesEnabled in XCode4? I used to use this argument to debug EXC_BAD_ACCESS in XCode3. Not sure where to do it in XCode4.


回答1:


  1. Go to Executables of your application (Shown left side of your window)
  2. Expand it and double click on your application.
  3. Select Argument tab and insert NSZombiesEnabled and set its value to TRUE. (In second section)

Here is the example too...Set NSZombiesEnabled



来源:https://stackoverflow.com/questions/6991328/how-can-i-set-nszombiesenabled-in-xcode4

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!