XCode 调试器在断点处挂起

发布于 2024-09-10 02:29:52 字数 160 浏览 1 评论 0原文

我正在 XCode 3.2.3 中调试 iOS 4.0(模拟器)的项目,突然调试器停止了对我的工作。它将遇到第一个断点并冻结。它不会响应单步、继续、暂停等。

我知道我不是第一个抱怨 XCode 调试器的人,所以有人知道为什么会发生这种情况,或者有任何解决方法吗?它完全阻止了我完成任何事情。

I'm debugging a project for iOS 4.0 (simulator) in XCode 3.2.3, and all of a sudden the debugger just stopped working on me. It will hit the first breakpoint and freeze. It will not respond to single stepping, continuing, pausing, etc.

I know I'm not the first person to complain about the XCode debugger, so does anyone have any sort of clue as to why this happens, or any sort of workaround? It has completely prevented me from getting anything done.

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

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

发布评论

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

评论(1

木森分化 2024-09-17 02:29:52

我发现切换到仅构建活动目标并使用 llvm 1.5 对我有用。即使 llvm 1.5 不能用于您的最终代码,它也可以帮助您解决这个极其令人沮丧的问题。

I found that switching to build active target only and using llvm 1.5 worked for me. Even if llvm 1.5 can't be used for your final code, it can get you around this extremely frustrating problem.

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