XCode 全局断点不显示堆栈跟踪

发布于 2024-08-03 05:17:14 字数 256 浏览 6 评论 0原文

我从 libobjc.A.dylib 和 CoreFoundation 位置设置了全局断点。我运行我的 iPhone 应用程序,它遇到了异常。 XCode 在断点处停止,但在日志中没有显示任何错误: 待处理断点 1 - “objc_exception_throw”已解决 待定断点 2 - “-[NSException raise]” 已解决

我单击控制台上的“继续”按钮,并收到与启用断点之前收到的相同的难以区分的错误。

如何获取设置全局断点应该生成的堆栈跟踪?

I set up global break points from locations libobjc.A.dylib and CoreFoundation. I run my iphone app and it hits the exception. XCode stops at the breakpoint but does not show any error in the log besides:
Pending breakpoint 1 - "objc_exception_throw" resolved
Pending breakpoint 2 - "-[NSException raise]" resolved

I click the "Continue" button on the console and I get the same indistinguishable error I received before I enabled the breakpoints.

How do I get the stack trace that setting up the global breakpoints is supposed to generate?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

人生戏 2024-08-10 05:17:14

从 GDB 控制台输入 btbacktrace

type bt or backtrace from the GDB console

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文