Skip to content

Instantly share code, notes, and snippets.

@af
Created May 16, 2014 21:27
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save af/632151fba9c27b4765d7 to your computer and use it in GitHub Desktop.
Save af/632151fba9c27b4765d7 to your computer and use it in GitHub Desktop.
Devtools tips
https://developer.chrome.com/devtools/docs/tips-and-tricks
* Cmd-Shift-C for inspector
* Sources panel
* Debugger keyboard shortcuts (F8-F11)
* breakpoints
* conditional breakpoints
* evaluating console in breakpoint's context
* scope variables- jump to definition
* watch expressions
* call stack
* pause on exceptions
* pretty-printing js
* XHR breakpoints
* Cmd-Alt-F to search all sources (!)
* Network panel
* filtering by req type
* Replay XHR (!)
* Cmd-F search
* Misc
* Emulation/Paint settings
* Roundtable: Any other tips to share?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment