中断无法识别的选择器
是否可以在控制台中的这一点反馈上设置断点?这将使处理这个问题变得更加容易。
Is it possible to set a break point on this bit of feedback in the console? This would make handling this problem so much easier.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
无法识别的选择器是一种异常,您可以在异常上设置断点。
在 Xcode 4 中,转到断点导航器,单击 +,然后选择“添加异常断点”。在异常下,选择 Objective-C。在“中断”下,选择“投掷时”。完成后它应该看起来像这样:
Unrecognized selector is an exception, and you can set a breakpoint on exceptions.
In Xcode 4, go to the breakpoint navigator, click the +, and choose "Add Exception Breakpoint". Under Exception, choose Objective-C. Under Break, choose On Throw. It should look like this when you're done: