0

All of a sudden an app I've been developing is no longer outputting debug info to the console even though NSZombie is properly configured. I'm on Xcode 4.5 and tried this on iOS 5 and 6. Any clues what may be wrong here?

VinnyD
  • 3,500
  • 9
  • 34
  • 48

1 Answers1

3

Some hints: - Ensure that project in Debug mode: Product - Edit scheme... => Build configuration = Debug - Add Exception break point: Switch to Breakpoint Navigator and Add Exception Breakpoint [Exception: Objective-C]

Igor Pchelko
  • 308
  • 3
  • 13