Java 

JavaTM Platform Debugger Architecture

The Java Platform Debugger Architecture (JPDA) consists of three interfaces designed for use by debuggers in development environments for desktop systems. The Java Virtual Machine Debugger Interface defines the services a VM must provide for debugging. The Java Debug Wire Protocol defines the format of information and requests transferred between the process being debugged and the debugger front end, which implements the Java Debug Interface. The Java Debug Interface defines information and requests at the user code level.
Design Interface Reference

Implementation

Examples

The demo/jpda/examples.jar file in the SDK software contains JPDA examples, including source code for the jdb Java Debugger and the prototype javadt GUI debugger.

Copyright © 1999 Sun Microsystems, Inc. All Rights Reserved. 

Please send comments to: java-debugger@java.sun.com 

Sun