XCode - iPhone SDK 僵尸

发布于 2024-08-20 01:27:11 字数 98 浏览 5 评论 0原文

调试使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

不打扰别人 2024-08-27 01:27:11

是的,设备和模拟器都支持。

不过它是“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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文