Tech Talk: Chrome Developer Tools
As part of our continuing Developer Workshop series, Kevin Watters – Senior Software Engineer at Tagged – gave a presentation on how to use the developer tools inside of Google Chrome to debug and optimize your JavaScript app. In this quick presentation Kevin goes over:
- Why you should be using the devtools to debug your apps
- An actual, open JIRA bug and uses the devtool’s DOM tree to find it, and fix it inside the javascript debugger
- A few tricks you can do on the javascript console
- A little about customizing the DevTools for yourself
Check it out and let us know what you think!

