Xcode 4: How do you view the console?

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

I can\'t seem to find a way to have the console run (to show NSLog comments) in XCode 4. The normal method for the previous version of XCode does not work. Does anyone have

8条回答
  •  庸人自扰
    2020-12-02 16:55

    There's two options:

    1. Log Navigator (command-7 or view|navigators|log) and select your debug session.

    2. "View | Show Debug Area" to view the NSLog output and interact with the debugger.

    Here's a pic with both on. You wouldn't normally have both on, but I can only link one image per post! http://i.stack.imgur.com/4gG4P.png

提交回复
热议问题