Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I set NSZombiesEnabled in XCode4?

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.

like image 518
Sheehan Alam Avatar asked Jan 20 '23 00:01

Sheehan Alam


1 Answers

  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

like image 78
alloc_iNit Avatar answered Jan 31 '23 01:01

alloc_iNit