我可以在ios开发中调试编译的静态库吗

发布于 2024-10-20 17:58:55 字数 120 浏览 1 评论 0原文

我希望能够单步执行代码,无论它是否进入我自己的静态库。如果我做不到这一点,我只是将代码链接到 XCode 中。从“干净”架构的角度来看,静态库让我感到温暖和模糊,但如果在执行进入它们时我无法通过它们进行调试,我就不想使用它们。

I want to be able to step through code whether it steps into my own static library or not.. if I can't do this, I'm just going to link the code into XCode. Static Libraries make me warm and fuzzy from a 'clean' architecture point of view but if I can't debug through them when the execution enters them I don't want to use them.

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

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

发布评论

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

评论(1

隔纱相望 2024-10-27 17:58:55

如果您有该库的源代码(并且我认为您应该将其添加为子项目),则 Xcode 4 Preview 会提供此调试功能。在 Xcode 3 中,您可能需要将库源作为主应用程序项目的一部分。

The Xcode 4 Preview offers this debugging feature if you have the source to that library (and, I think you ought to add it as a sub-project). In Xcode 3, you will likely need to make the library sources a part of the main app project.

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