views:

97

answers:

3

I find myself having to go Window>Console each time, is there not a better way of handling it?

A: 

I usually just use Cmd-shift-R. Works well enough for me.

Calvin L
+2  A: 

If you go to the Xcode preferences (COMMAND+COMMA), under "Debugging", you can click on the "On Start:" drop-down menu and select "Show Console & Debugger" to automatically show it.

Michael Aaron Safyan
A: 

You may also like the alternate "All-In-One" project arrangement - close out any open projects, go into XCode preferences, select the first tab (General). In the dropdown, select "All-In-One"

Now when you start the debugger, the debugger and stack review and console will all be gathered into one window.

Kendall Helmstetter Gelner