I find myself having to go Window>Console each time, is there not a better way of handling it?
views:
97answers:
3
+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
2010-05-28 09:09:44
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
2010-05-30 20:42:32