Google Chrome Developer Tools favicon

Google Chrome Developer Tools

The Google Chrome Developer Tools provide an integrated environment for debugging, optimizing, and understanding a web application, or website, running in Google Chrome. The developer tools are developed partly through the WebKit open source project, where the tools are called Web Inspector. Here are some of the things you can do with the Chrome Developer Tools: Live edit DOM and CSS to master your web page looks. Debug JavaScript using graphical debugger with advanced breakpoints support. Analyze the execution time of all your functions to improve the speed of your app. Trace reflows and repaints as your app loads. Explore what is stored within HTML5 local storage databases.