Xcode Debug Shortcuts
Apples website has an easy to read list:
https://developer.apple.com/library/mac/documentation/IDEs/Conceptual/xcode_help-command_shortcuts/MenuCommands/MenuCommands014.html
Specifically F6 to step over and F7 to step into are the ones I use the most.
This is an easy one indeed. Go to Xcode
>Preferences
>Key Bindings
and search for 'step
'. There you can define your shortcuts for each action.
PS: As @Jenn noted below "Pause/Continue" is missing from this list, which is by default bound to ⌃⌘Y (ctrl + command + Y)
See this cheat sheet about Xcode keyboard shortcuts:
UPDATE:
There are many good resources to know Xcode shortcut. I am listing some of here:
- Shortcuts of Xcode & Simulator with demo : Xcode Shortcuts the iOS Cheat Sheet
- Xcode Cheat Sheet by Git Tower : xcode-cheat-sheet-detail
- Very in depth detail about Xcode shortcut: Xcode Efficiency Tips: Keyboard Shortcuts
- One more detail article on this with animation: Becoming the Xcode Power User
- Apple Official document for Xcode: About Xcode Gestures and Keyboard Shortcuts
- One good overview of Xcode shortcut: Xcode 6 Keyboard Shortcuts
- Simple shortcuts list: Xcode Keyboard Shortcuts
- Shortcut Explain with animation: My Favorite Xcode 8 Shortcuts
- Some shortcuts to improve speed: 17 Xcode Tips and Tricks
I know this is not the direct answer to the question. The Direct answer is already been give by Alladinian. But I think this answer is served as a good resource who is interested in Xcode shortcuts.
OLD ANSWER
NOTE:
- Visit this link for PDF version: Xcode 4.0 Keyboard Shortcuts (Blue)
- If any one is interested in updating this for Xcode 5.x then visit original GitHub repo: Xcode Keyboard Shortcuts