In Xcode, is there a way to disable the timestamps that appear in the debugger console when calling NSLog?

前端 未结 8 2315
别跟我提以往
别跟我提以往 2020-12-02 14:30

Xcode\'s debugger console makes it easy to see any debugging messages my app sends out using NSLog(), but it always sticks a timestamp prefix on them:



        
8条回答
  •  广开言路
    2020-12-02 14:59

    In the top left corner of the console window there is a pulldown menu that says All Output / Debugger Output / Target Output.

    Select Target Output. It worked on my older versions of Xcode, but to be honest with you it doesn't with my current 4.3 version.

    I hope this helps you.

    JR

提交回复
热议问题