0

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?

zakdances
  • 22,285
  • 32
  • 102
  • 173

1 Answers1

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