Apr 28, 2012

Chrome Developers Tools

Navigation

Ctrl + O
Ctrl + Shift + O
Ctrl + L

Search

Ctrl+Shift+F

Persisting Changes

  1. Upon an external style sheet rule modification, the respective resource text is updated in the Resources panel, and the revision history is stored for such style sheet resources until the DevTools window is closed.
  2. Activate the Resources panel, find tutorial.css in the resource tree. Note that the tree node is expandable. Click the arrow next to the node title, and you will see all the resource modifications that you have made above.

Scripts Panel

Pause on Next JavaScript Statement
Pause on Exceptions
Pause on Uncaught Exceptions (click twice)
Break on Subtree Modifications (right click on the Elements' panel tag)
Breakpoints on XHR (XHR breakpoint with empty URL filter will match any XHR)
Breakpoints on JavaScript Event Listeners

Documentation: https://developers.google.com/chrome-developer-tools/docs/overview
Shortcuts: https://developers.google.com/chrome-developer-tools/docs/shortcuts


Video: http://www.youtube.com/watch?v=N8SS-rUEZPg

No comments: