Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I attach the console to Xcode IDE

I'd like to know if there is a way to show the Application Console on start in Xcode 3.

Every time I run the program, I have to click on the Show Console button.

I'm running Mac OS X Snow Leopard and Xcode 3.2

Thanks!

like image 500
Felipe Barreiros Avatar asked Mar 09 '10 15:03

Felipe Barreiros


People also ask

How do I start Xcode on my Mac?

From Finder - select the Go menu and select Utilities Open Activity Monitor Type Xcode in the search field. You should now be able to tell if the program has launched or perhaps has quit itself already. To the left of the search box, you can find several filters to limit the processes that are shown.

Where is Xcode on my Mac?

We'll use Finder to find out if XCode is installed. In Finder, select the Go pull-down menu, and select Applications. Or just use the short-cut key Command-Shift-A while Finder is active. This should open a new Finder window, showing all the Applications installed on your machine.

What is Xcode application?

Xcode is a complete developer toolset for creating apps for Mac, iPhone, iPad, Apple Watch, and Apple TV. Xcode brings user interface design, coding, testing, debugging, and submitting to the App Store into a unified workflow.


1 Answers

Preferences => Debugging => On Start: => Show Console

like image 146
Paul R Avatar answered Oct 23 '22 11:10

Paul R