Skip to content

Instantly share code, notes, and snippets.

@ethan-deng
Last active November 4, 2015 07:47
Show Gist options
  • Select an option

  • Save ethan-deng/d1187d60c3aa23ad341e to your computer and use it in GitHub Desktop.

Select an option

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