gpt4 book ai didi

ios - 启用所有异常断点后始终在 App 委托(delegate)中停止

转载 作者:IT王子 更新时间:2023-10-29 05:02:51 26 4
gpt4 key购买 nike

当我启用所有异常断点时,我的应用程序总是在 AppDelegate 中停止,但我能够继续执行程序,但它非常烦人的原因总是将我带到 appdelegate。有什么想法吗?

enter image description here

最佳答案

只启用 Objective-C 断点。

要查看导致错误的实际语句,请添加异常断点:

  1. 从主菜单 Debug:Breakpoints:Create Exception Breakpoint。

  2. 右键单击断点并将异常设置为 Objective-C。这将忽略其他类型的异常,例如来自 C++ 的异常。 API 的某些部分使用异常,例如核心数据(Apple 特殊)。

  3. 添加一个 Action :“po $arg1”。

运行应用程序以获取断点,您将位于导致异常的行,并且错误消息将出现在调试器控制台中。

Breakpoint example:

关于ios - 启用所有异常断点后始终在 App 委托(delegate)中停止,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29472408/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com