Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Chrome Dev Tools for the uninitiated

Chrome Dev Tools for the uninitiated

As anyone who has done any web development for any length of time can tell you, web development can be hugely frustrating. If you've ever done the "Load page, check it in the browser, add alert to the javascript, save, reload page" cycle, this presentation will help tremendously. If you've used the Chrome Developer Tools before, you'll likely pick up a few new tricks as well.

Either way, we'll leave the old habits behind and speed your development through the use of some of Chrome's best development tools and workflows.

Jim Nanney

April 10, 2014
Tweet

More Decks by Jim Nanney

Other Decks in Technology

Transcript

  1. JIM NANNEY - @JNANNEY PROJECT DATE CLIENT APRIL 10, 2014

    CHROME DEV TOOLS FOR THE UNINITIATED
  2. CONSOLE - Bling $ Useable for selecting inspect selects in

    the elements panel $0 last selection, $1 selection before, etc…
  3. DEBUGGING Pause/Resume, Step Over, Step Into, Step Out Remove All

    Breakpoints Pause on Exception Pause on Uncaught Exception