Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以在控制台中对这一点反馈设置断点?这将使处理这个问题变得容易得多。
无法识别的选择器是一个异常,您可以在异常上设置断点。
在 Xcode 4 中,转到断点导航器,单击 +,然后选择“添加异常断点”。在异常下,选择 Objective-C。在 Break 下,选择 On Throw。完成后应该是这样的: