In Xcode, the debugger lists the date next to each outputted line. I really want to reduce the amount of visual "noise" in the debugger, so how can I disable the dates from showing?
Asked
Active
Viewed 810 times
1 Answers
0
You can use printf()
instead of NSLog()
, but its a bit tricky.
Taken from here, where you can find more info on this.

Community
- 1
- 1

Zoltán Matók
- 3,923
- 2
- 33
- 64