Xcode 调试器——在从断点评估某些内容时允许断点工作吗?

发布于 2024-11-28 15:20:51 字数 169 浏览 0 评论 0原文

这可能吗?例如,如果我停在断点处,然后进入

po [foo description]

控制台,调试器将打印 foo 的描述。但是,如果在计算所述描述时遇到另一个断点,它不会在第二个断点处中断。

我可以改变这种行为,使其在第二个断点处中断吗?

Is this possible? For example, if I am stopped at a breakpoint, and I enter

po [foo description]

into the console, the debugger will print the description of foo. But if it hits another breakpoint while computing said description, it will not break at the second breakpoint.

Can I alter this behavior so that it does break at the second breakpoint?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文