0
This is about how to change the default behavior of Xcode 5.1.1. When I'm running/debugging an application, Xcode shows the console output in its main view. After quitting the app, Xcode still shows the log. I would like to change this so that Xcode returns to the code file I was working on before running the app.
I have looked in the "behavior" settings of Xcode and found out that the log is displayed because the configuration is Running: Starts -> Navigate to 'current log'
. When I remove this setting, Xcode won't switch to the log when running starts, and after running, the main view still shows the same code file as before.
However, I find switching to the log very useful and would like to keep that behavior. Is it possible to make Xcode show the log when running starts, and going back to the code editor when it ends?