cocoa - How to show the Logged Messages window in Xcode -


I'm a very new Cocoa user and I'm running into all kinds of problems ...

I am trying to get the contents of an array and have found this code to do this.

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

The problem is, I can not find a console or tracer window that reflects this 'echo'

Should I use another command, I have tried to open all the windows, but I do not think the message which should show I know that this call has been implemented, so the reference is correct.

Thanks and sorry for these beginner questions ... the use of stackoverflow is much faster than reading through all the documents.

When Xcode runs your project, the editor changes to show a little black button with letters Click on "GDB" to see the debugger in which consoles are.

Good luck!

Oh, and I'll read Apple's documents. It's not bad.


Comments