更好的 gdb/iOS 调试器 UI

发布于 01-01 11:43 字数 100 浏览 0 评论 0原文

我正在调试 iPhone 应用程序,但 gdb 并没有帮我做这件事。

是否有任何替代调试器或调试器 UI 可用于一般 XCode,或专门用于调试 iPhone 应用程序?

I'm debugging an iPhone application and, well, gdb is just not doing it for me.

Are there any alternative debuggers or debugger uis I can use for XCode in general, or specifically for debugging iPhone applications?

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

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

发布评论

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

评论(2

迎风吟唱2025-01-08 11:43:55

lldb 是唯一受支持的替代方案。上次我检查它处于 alpha 状态。

lldb is the only supported alternative. Last time I checked it was in alpha state.

喜爱纠缠2025-01-08 11:43:55

当我们可以选择 IDE(CodeWarrior、Think__、MPW 等)和调试器(有人还记得 Jasiks 吗?)时,Apple 开发人员的生活会更好,但无论如何……请将此视为一个商机(编写更好的调试器)。

不确定您是否想知道这个事实,因为我有一种感觉您对 Xcode 内置的调试功能不太感兴趣,但是您可以非常轻松地在 GDB 和 LLDB 之间更改调试器。查看 Apple 的调试与调试分析您的代码文档(位于顶部,第一个文本屏幕内)。

Life was better for Apple developers when we had a choice of IDE's (CodeWarrior, Think__, MPW, etc.) and debuggers (anybody remember Jasiks?), but anyways... consider this a business opportunity (to write a better debugger).

Not sure if you care to know this fact, since I have a feeling you're just not too thrilled with Xcode's built in debugging capabilities, but you CAN change the debugger between GDB and LLDB very easily. Look at the "To change the debugger..." section of Apple's Debugging & Analyzing Your Code document (right at the top, within the first screen of text).

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