Last Updated: February 25, 2016
·
568
· jason_au

Debugging Tips in Google Chrome

When using Chrome DevTools (Ctrl + Shift + J on Windows or Cmd + Option + J on Mac OSX)...

To search across all scripts, stylesheets and snippets:
* Ctrl + O (Windows)
* Cmd + O (Mac OSX)

To search for or navigate to a particular JavaScript function or CSS rule using:
* Ctrl + Shift + O (Windows)
* Cmd + Shift + O (Mac OSX)

To go to a specific line-number within the Sources editor:
* Ctrl + L (Windows)
* CMD + L (Mac OSX)