Operating Systems: i5/OS
             Personalize the table of contents and search results

 

Debugging components in the Application Server Toolkit

 

The Application Server Toolkit, included with the WebSphere Application Server on a separately-installable CD, includes debugging functionality that is built on the Eclipse workbench. Documentation for the Application Server Toolkit is provided with that product. To learn more about the debug components, launch the Application Server Toolkit, select Help > Help Contents and choose the Debugger Guide bookshelf entry. The Application Server Toolkit includes the following:

The WebSphere Application Server debug adapter

which allows you to debug Web objects that are running on WebSphere Application Server and that you have launched in a browser. These objects include enterprise beans, JavaServer Pages files, and servlets.

The JavaScript debug adapter

which enables server-side JavaScript debugging.

The Compiled language debugger

which allows you to detect and diagnose errors in compiled-language applications.

The Java development tools (JDT) debugger

which allows you to debug Java code.

All of the debug components in the Application Server Toolkit can be used for debugging locally and for remote debugging. To learn more about the debug components, launch the Application Server Toolkit, select Help > Help Contents and choose the Debugger Guide bookshelf entry.


 

Related tasks


Debugging applications