Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Input to console in Xcode 4

I upgraded to Xcode 4 recently. Love the IB integration; hate pretty much everything else.

Anyway, maybe it's just me going crazy, but I can't seem to be able to input anything into the GDB command line (can you even open the console other then as the output window or through the Log navigator??).

Anybody has a solution? Hoping it's just me being stupid here...

like image 452
pajevic Avatar asked Oct 12 '22 09:10

pajevic


1 Answers

To view output & type commands for GDB, make sure the output window is open.

In the top-right of Xcode 4 you have 3 groups of buttons labeled 'Editor', 'View' and 'Organiser'. Make sure the middle botton of the 'View' group is enabled.

On the bottom, the output window should now be visible. To the top-right of that output panel, there are 3 visibility toggle buttons. Make sure either the middle one (watch window + output console) or the right one (just the console) is selected.

Hope this helps.

like image 163
Nick Kusters Avatar answered Dec 12 '22 03:12

Nick Kusters