|
Project Information
Featured
Downloads
Links
|
Debug Panel for GWTThe 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 StartedGet 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 SourceInstruction 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 ExampleYou 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. |