0

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

Kshitiz Ghimire
  • 1,716
  • 3
  • 18
  • 37

1 Answers1

2

enable nszombie How to use NSzombie in xcode?

Community
  • 1
  • 1
Kshitiz Ghimire
  • 1,716
  • 3
  • 18
  • 37