XCode - iPhone SDK 僵尸
调试使用 iPhone SDK 3.x 目标构建的应用程序时是否支持 NSZombiesEnabled?
另外,如果支持,是否可以在任何地方获取支持的可能级别的列表?
Is NSZombiesEnabled supported when debugging applications built with a target of the iPhone SDK 3.x?
Also if it is supported, is there anywhere I can get a list of the possible levels supported?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,设备和模拟器都支持。
不过它是“NSZombieEnabled”(不是僵尸)。您可以通过右键单击可执行文件并选择“常规”然后选择“环境”部分来设置它 - 将值设置为“是”。如果您想禁用它(并且您对任何生产版本都这样做),请取消选中该变量。
Yes, it is supported for both device and simulator.
It's "NSZombieEnabled" though (not Zombies). You set it by right-clicking on the executable and selecting the General then Environments section - set the value to "YES". If you want to disable it (and you do for any production build) uncheck the variable.