Search code examples
cocoa-touchxcodeunit-testingxcode4

Is there a keyboard shortcut to maximize/minimize the output window in Xcode 4?


I'm currently trying to workaround some apparent shortcomings of cocoa touch application tests in Xcode 4 (see this related question). Since failures of application tests are not highlighted in the editor window like failures of logic tests, I find myself using the mouse to scroll through the output window to see the results of failed tests.

I would prefer to use keyboard commands if possible to quickly look at the results of the tests and then quickly move back to the editor. Are there some keyboard shortcuts in Xcode 4 for maximizing and minimizing the output window?


Solution

  • It looks like Command+Shift+Y opens and closes the debug area, but I don't know of a keyboard shortcut to maximize it.

    Here's a nice cheat sheet you can print out with lots of keyboard shortcuts.