bertday
bertday

Reputation: 10971

Keep Xcode terminal from disappearing

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?

Upvotes: 6

Views: 7400

Answers (3)

TALHA
TALHA

Reputation: 11

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

Upvotes: 1

Michael Dautermann
Michael Dautermann

Reputation: 89509

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

Upvotes: 12

Link
Link

Reputation: 3

go to xcode preferences, under building. Build Results Window , Open duing builds. set to Always

Upvotes: 0

Related Questions