Xcode 4 - Debug Area no longer shows my console output (NSLog)

后端 未结 13 2227
甜味超标
甜味超标 2020-12-05 17:45

My NSLog messages no longer show up in my Debug Area. Anyone have an idea how the could have happened?

I can hit command-7 to bring of a list of logs in the left pa

13条回答
  •  爱一瞬间的悲伤
    2020-12-05 18:12

    If you don't have anything displaying in the logs, the log view will unselect itself and not display itself. You could add a printf and verify this.

提交回复
热议问题