Reputation: 10971
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
Reputation: 11
'Preferences' -> 'Behaviours' -> Under 'Running' -> 'Completes' -> Change 'If no output, hide debugger' to 'Show debugger'
Upvotes: 1
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.
Upvotes: 12
Reputation: 3
go to xcode preferences, under building. Build Results Window , Open duing builds. set to Always
Upvotes: 0