您的位置:首页 > 编程语言 > Java开发

JAVA调试JPDA

2009-09-10 16:26 141 查看
http://java.sun.com/j2se/1.4.2/docs/guide/jpda/

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
* Enhancements in the Java 2 SDK, v1.4
Design
* JPDA Overview
o Modularity
o Walk-through
o Porting
* Architecture
o Architecture Overview
o Debugger Interfaces
+ JavaTM Virtual Machine Debug Interface
+ JavaTM Debugger Wire Protocol
+ JavaTM Debug Interface
Interface Reference
* Java Virtual Machine Debug Interface (JVMDI)
o Specification
* Java Debug Wire Protocol (JDWP)
o Specification
* Java Debug Interface (JDI)
o Specification
Implementation
* Connection and Invocation Details
More Information
* JPDA Home Page
Examples
* Example JDI Applications
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
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: