Skip to content

Instantly share code, notes, and snippets.

@xujihui1985
Created October 18, 2014 01:40
Show Gist options
  • Save xujihui1985/756a224cf8a1b727dfa0 to your computer and use it in GitHub Desktop.
Save xujihui1985/756a224cf8a1b727dfa0 to your computer and use it in GitHub Desktop.
mac chrome shortcut
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