Xcode – How to show the Logged Messages window in Xcode

arrayscocoaloggingxcode

I'm a very new Cocoa user and running into all sorts of problems…

I'm trying to get the content of an Array and found this code to do this.

NSLog(@"array : %@",collection);

The problem is, I'm not getting any console or tracer window that shows this 'echo'

Is there another command I should use, i've tried opening all windows but I don't see the message that should show. I know the function that this call is in is executed, so the reference is right.

Thanks and sorry for these beginner questions… Using stackoverflow is way faster than reading through all the documentation apple has regarding the subject.

Best Answer

In later versions of xcode, do shift + cmd + R.

Or go to View -> Debug Area -> Activate Console