The Java Platform Debugger Architecture is the debugging support included in the Java 2 Platform, Standard Edition (J2SE), SDK 1.3. If you are running this version of the J2SE, the IDE automatically uses the JPDA as its default debugger. The JPDA enhances the standard IDE debugger by enabling you to set a breakpoint on a class, thread, or variable; set a conditional breakpoint; and evaluate an expression.