Skip to content

Instantly share code, notes, and snippets.

@ethan-deng
Last active November 4, 2015 07:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ethan-deng/d1187d60c3aa23ad341e to your computer and use it in GitHub Desktop.
Save ethan-deng/d1187d60c3aa23ad341e to your computer and use it in GitHub Desktop.

Debug and Editing with Chrome

  1. Use "Blackbox" script to skip library files
  2. Use "window.onerror" to report client error back to server.
  3. Ctrl+r to reload the page in debugger.
  4. Ctrl+o to search file by name
  5. Ctrl+f to search text and Ctrl+shift+f to search text in all files
  6. Ctrl+shift+o to search function and keep hit enter to go next
  7. Ctrl+l to go to line number
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment