如何为 Xcode4 中的函数设置断点?
如何在 Xcode4 中为诸如 CGErrorBreakpoint 之类的函数设置断点?
How can I set a breakpoint to a function such as CGErrorBreakpoint
in Xcode4?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要为其添加一个符号断点。为此,请切换到断点导航器(导航器选项卡中从右侧数第二个)。然后按窗口底部的 + 按钮。它将允许您添加符号断点。
You need to add a symbolic break point for it. To do that, switch to the Breakpoint Navigator (2nd one from the right in the navigator tabbar). Then press the + button at the bottom of the window. It'll allow you to add the symbolic breakpoint.