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

后端 未结 13 2226
甜味超标
甜味超标 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:08

    On an 12.1 Xcode version you can do either:

    Option 1: View > Debug Area > Activate Console

    Option 2: Shift + cmd + c (to activate console)

    Option 3: (if your console is already activated) Shift + cmd + y

    Here is a picture for you:

    picture that shows menus and options

提交回复
热议问题