Created
October 18, 2014 01:40
-
-
Save xujihui1985/756a224cf8a1b727dfa0 to your computer and use it in GitHub Desktop.
mac chrome shortcut
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Continue: F8 or Command-/ (forward slash) on Mac or Control-/ (forward slash) on other platforms. | |
Step over: F10 or Command-' (apostrophe) on Mac or Control-' (apostrophe) on other platforms. | |
Step into: F11 or Command-; (semi-colon) on Mac or Control-; (semi-colon); on other platforms. | |
Step out: Shift-F11 or Shift-Command-; (semi-colon) on Mac or Shift-Control-; (semi-colon) on other platforms. | |
Next call frame: Control-. (period) on all platforms. | |
Previous call frame: Control-, (comma) on all platforms. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment