站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Java 2 SDK v1.4.2, Java 2 SDK 英文文档

Java(tm) Platform Debugger Architecture - Java 2 SDK v1.4.2, Java 2 SDK 英文文档

 
Java 

JavaTM Platform Debugger Architecture

Documentation Contents
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.
Enhancements in the Java 2 SDK, v1.4 Design Interface Reference

Implementation

More Information

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 © 2002 Sun Microsystems, Inc. All Rights Reserved. 

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

Sun