Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

xcode All-in-one layout: keyboard shortcut to switch between project and debug page?

When you configure xcode to use the All-in-one layout, a toggle appears to allow you to switch between project and debug 'mode' (the IDE calls these pages).

Is there a keyboard shortcut to perform the toggle?

like image 368
zadam Avatar asked Feb 05 '10 21:02

zadam


People also ask

How do you jump to define in Xcode?

To directly jump to a definition, you can combine ^ ctrl + ⌘ command + click .

What is the keyboard shortcut to move to the top of a file Xcode?

Jump to the top is a simple matter, that is just CMD + UP .


1 Answers

  • Project: Cmd + 0 (zero)

  • Build: Cmd + Shift + B

  • Debug: Cmd + Shift + Y

Found this here: http://www.cocoabuilder.com/archive/xcode/252986-keyboard-shortcut-for-next-page-in-all-in-one-layout.html

More shortcuts: http://cocoasamurai.blogspot.com/2008/02/complete-xcode-keyboard-shortcut-list.html

like image 133
jfroom Avatar answered Sep 21 '22 12:09

jfroom