我可以在ios开发中调试编译的静态库吗
我希望能够单步执行代码,无论它是否进入我自己的静态库。如果我做不到这一点,我只是将代码链接到 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您有该库的源代码(并且我认为您应该将其添加为子项目),则 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.