Quickly switch between the project and debug windows in Xcode [duplicate]
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 ch开发者_Python百科anges after the simulation finishes?
Download Xcode 4. It's much better: all in one window, no more window management hassles.
I use Command + W to close the frontmost window (unless it's my project window already).
精彩评论