Xcode - 在两个不同的地方启用僵尸设置?

发布于 2024-12-13 06:38:24 字数 129 浏览 1 评论 0原文

我已在方案的“参数”选项卡中设置为启用“僵尸”(NSZombieEnabled)。但我最近注意到有一个名为“诊断”的选项卡,您可以在其中勾选一个名为“启用僵尸对象”的框。

这两种启用僵尸的方法是否相同?

I've set to enable Zombies (NSZombieEnabled) in the Arguments tab in the scheme. But I just recently noticed that there is a tab called Diagnostics where you can tick a box called "Enable Zombie Objects".

Are these two equivalent ways of enabling zombies?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

风月客 2024-12-20 06:38:24

似乎它们是相同的

环境变量现在是“方案”的一部分。

如果您编辑要为其打开僵尸的方案,请转到“运行
Foo.app”阶段位于左侧面板中,“Arguments”选项卡位于左侧面板中
正确的。然后您可以将 NSZombieEnabled 添加到“环境变量”
部分并将值设置为 YES,就像在 Xcode 3 中一样。

在 Xcode 4.1 及更高版本中,“诊断”选项卡上还有一个复选框
“运行”阶段的“启用僵尸对象”。

Seems they are the same:

Environment variables are now part of the "scheme".

If you edit the scheme you want to turn on zombies for, go to the "Run
Foo.app" stage in the left panel, and the "Arguments" tab on the
right. You can then add NSZombieEnabled to the "Environment Variables"
section and set the value to YES, as you could in Xcode 3.

In Xcode 4.1 and above, there's also checkbox on the "Diagnostics" tab
of the "Run" stage to "Enable Zombie Objects".

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