Looking for a quick reference for your chrome dev needs? This is an amazing gem: Chrome DevTools.
It is an ever growing and expanding list of tools and techniques for your chrome debugging and development needs.
It contains nice animated gifs (no videos needed!) that shows you exactly how to get to the juice of the powerful chrome console.
Some nice items include:
- How long it takes a JavaScript code to execute
- Editing HTML in the console panel
- Pausing on Exceptions
- Setting Breakpoints
and much much more. You can even add your tricks to the tool.
How do you use chrome for development? Comment below.