I'm kinda new to Xcode and even programming.

From Xcode, in my code, how do I show the console and clear the screen?

I know I could do it with the Xcode preferences, but I would like to do it programmatically.

link|improve this question

78% accept rate
feedback

1 Answer

You can display the console window by pressing Shift + Command + R. You can clear the console window by pressing Control + Option + Command + R. Both options are available from the Run menu.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.