Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Keep Xcode terminal from disappearing

Tags:

terminal

xcode

For some reason when I build/run my code in Xcode, the terminal pane automatically disappears and I have to use Ctrl+Shift+C to get it back. This can be frustrating when you're compiling often. Does anyone know how to make it stay put?

like image 587
serverpunk Avatar asked Dec 16 '11 22:12

serverpunk


2 Answers

Link's answer is for Xcode 3, I think.

For Xcode 4, open the Behaviors tab in Preferences.... and under "Build Starts" (make sure that's checked", enable the "Show" debugger with "Console View" section.

Xcode4 Preferences

like image 97
Michael Dautermann Avatar answered Nov 14 '22 11:11

Michael Dautermann


'Preferences' -> 'Behaviours' -> Under 'Running' -> 'Completes' -> Change 'If no output, hide debugger' to 'Show debugger'

like image 28
TALHA Avatar answered Nov 14 '22 12:11

TALHA