Saturday, August 15, 2009

Google Chrome Developer Tools

http://code.google.com/p/chromedevtools/

This project provides debugging tools for developers writing web applications that run on Google Chrome or its open-source version Chromium. The tools enable you to debug JavaScript inside the browser over the TCP/IP protocol.

The project comprises:

As the SDK and Eclipse debugger are written in Java, this project is of most benefit to developers who use Java tools for debugging web applications inside Google Chrome. You can use the SDK to write your own debugger that uses the protocol to communicate with Google Chrome.

No comments:

Post a Comment