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?
Asked
Active
Viewed 1,566 times
1 Answers
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