如何在 Xcode 中放置重要的 NSLogs 而无需输入
我不知道如何使用 Xcode 正确调试。 我在 Objective C 应用程序中收到 SIGABRT 错误,正在尝试查找其原因。 通常我用 NSLogs 来做这件事。 是否有可能在源的特定部分生成包含一些信息的 NSLog。 并且,如果这种调试方法效率低下,请有人告诉我如何正确调试。 谢谢
I don´t know how to debug properly with Xcode.
I received a SIGABRT error in my Objective C Applicatin and am trying to find the reason for it.
Typically Im doing it with NSLogs.
Is there a possibility to generate NSLogs with some Informationen at specific parts of the source.
And , in the case this method of debugging is inefficient, please someone tell me how to debug properly.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
启用 nszombie
如何在 xcode 中使用 NSzombie?
enable nszombie
How to use NSzombie in xcode?