Friday, November 30, 2012

ChromeDevTools 0.3.8


Developer:

License / Price:

Size / OS:

Binary Format:

Last Updated:

Category:
ChromeDevTools Team | More programs
BSD / FREE
4.1 MB / Mac OS X
-
November 30th, 2012, 07:58 UTC [view history]
Home / Developer Tools

The ChromeDevTools project provides debugging tools for those developers who want to write applications that run on Google Chrome or on its open-source version, Chromium.

The tools enable you to debug JavaScript inside these browsers over the TCP/IP protocol.

The ChromeDevTools project comprises:
 · A ChromeDevTools SDK that provides a Java API that enables a debugging application to communicate with a Google Chrome browser from the localhost using the TCP/IP-based Google Chrome Developer Tools Protocol.
 · An Eclipse debugger that uses the SDK. This debugger enables you to debug JavaScript running inside Google Chrome tabs from the Eclipse IDE.

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.

Requirements:

· Eclipse version 3.5 or later
· Java 1.6 or later

What's New in This Release: [ read full changelog ]

Break on Exception:
· The debugger feature that instructs JavaScript VM to pause on exception throwing event has got a new form. Previously, it was controlled from the context menu on LaunchElement. Since this release, a more traditional Eclipse approach is implemented.
· To enable breaking on exception, the user should add a JS Exception breakpoint: Run|Add V8/Chrome JavaScript Exception Breakpoint menu item. This breakpoint has regular enable/disable semantics, additionally overridden by the Skip All Breakpoints control and, what's most useful, its state is persisted by the workspace. This means that once you have enabled break on exception, this will hold for the following debug sessions.
· Even though the UI allows you to create multiple breakpoints of this kind, you should hardly need more than one.

Slight Changes to Launch Configuration:
· You might notice that the Breakpoint sync on launch control has disappeared from the launch configuration dialog. This is due to such synchronizati...


Download button
Via: ChromeDevTools 0.3.8

No comments:

Post a Comment

LinkWithin

Related Posts Plugin for WordPress, Blogger...