views:

57

answers:

2

When I run a program in the Simulator, the project window changes to the debug window automatically. This is what I want it to do. However, after running the simulation, I want to get back to the project window. I have to use my mouse to click on the tiny icon on the top left of the debug window in order to get to the project window again. Is there a faster way to do this, like maybe a keyboard shortcut, or a setting that can be changed so that the window automatically changes after the simulation finishes?

A: 

Download Xcode 4. It's much better: all in one window, no more window management hassles.

Graham Perks
I downloaded that and it doesn't make a difference.
awakeFromNib
Also you lose all the great keyboard shortcuts that were available in XCode 3.
Joe
A: 

I use Command W to close the frontmost window (unless it's my project window already).

hotpaw2