Created
May 16, 2014 21:27
-
-
Save af/632151fba9c27b4765d7 to your computer and use it in GitHub Desktop.
Devtools tips
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
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