Hi,
I'm running an iOS app in the simulator, in Xcode 8 beta 2. I have a few printf calls that I'd like to see but the debug area console is flooded with NSLogs from iOS subsystems. This seems new -- I don't remember this before. I used to see only output from printf or NSLog calls in my app's code. Maybe I accidentally changed some configuration.
Is there a way to limit the console output to show only the printf statements, or only the NSLogs from my code?
thanks,
Rob