My favorites | Sign in
Google
                
Code license: Apache License 2.0
Labels: Google
Show all Featured downloads:
gwt-debug-panel-1.0.jar
Show all Featured wiki pages:
GettingStarted
People details
Project owners:
  pmuetschard@google.com
Project committers:
amod.kulkarni, mdhock

Debug Panel for GWT

The primary intent of the Debug Panel for the Google Web Toolkit (GWT) is to provide the developer of a GWT application performance data about the application as well as tools to debug the client side application code.

Once a GWT application is deployed, the client side code is run, well, on the client. This means that the developer no longer has control over the execution environment, which makes it difficult to find and diagnose problems in the application. The Debug Panel allows the developer of a GWT (version 1.6+) application to run the application in the client environment and get runtime data that will help diagnose the application.

The Debug Panel is useful in these various aspect and stages of the development of an application:

Getting Started

Get started in using the Debug Panel in your GWT application. Learn how to correctly integrate it in your application and how to configure it to meet your needs.

Building the Source

Instruction on how to check out the source code and build the project's distributable either from the command line or from within Eclipse.

Check Out the Example

You can check out an example that shows off the Debug Panel's capabilities right out of SVN: http://gwt-debug-panel.googlecode.com/svn/example/app.html.