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.
当我使用 OCUnit 测试我的代码时,它会生成异常日志并使其失败,但在异常引发时永远不会停止。甚至断点也不起作用。
我想跟踪堆栈并查看异常时的状态,但调试器没有弹出。如何像常规代码一样调试测试代码?
在项目上设置异常断点。转到 XCode 左侧窗格中的 Breakpoint 选项卡。它看起来像一个指向右的箭头。然后在该屏幕的底部单击+和Add Exception Breakpoint...
+
Add Exception Breakpoint...