With NSZombieEnabled
turned on it will provide some guard against the EXC_BAD_ACCESS
issues happening at runtime.
I am doing dual-diligence to make sure no/little memory leaks, but I might over releasing so having NSZombieEnabled
turned on would help prevent that, am I right? Or with NSZombieEnabled
turned on, would all memory releasing operations be translated into no-op? It'll be a big problem is that's the case.