Xcode 调试器——在从断点评估某些内容时允许断点工作吗?
这可能吗?例如,如果我停在断点处,然后进入
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论