Search code examples
iphoneobjective-cxcodedebuggingnslog

How to place significant NSLogs in Xcode without typing


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


Solution

  • enable nszombie How to use NSzombie in xcode?