Java
Java SE
Technologies
| » Overview |
» Basic |
» CORBA |
» HotSpot VM |
» JNDI |
» Mntr-Mgmt |
» Tools APIs |
» XML |
The Java Platform Debugger Architecture (JPDA) provides the infrastructure you need to build end-user debugger applications for the Java Platform, Standard Edition (Java SE). It includes the following three-layered APIs:
| JPDA Documentation: | J2SE 1.4.2 | J2SE 5.0 | Java SE 6 |
| Java command line debug options: | J2SE 1.4.2 | J2SE 5.0 | Java SE 6 |
What's New:
In Java SE 6, new functionality has been added to JPDA for walking the heap, getting events for monitor contended enter/entered, forcing a method to return prematurely, getting the constant pool from a class, and more.
For more information, please see:
Enhancements to JPDA Software in Java SE 6
See Also:
JPDA FAQ
Sample Code
JPDA Forums
JDI Bugs
JVM TI Bugs
Comments:
You may send comments to the JPDA team by going to the Java SE feedback site and selecting Java Platform Debugger Architecture from the Subject pulldown menu.