Module | Description |
---|---|
java.base |
Defines the foundational APIs of the Java SE Platform.
|
jdk.attach |
Defines the attach API.
|
jdk.jdwp.agent |
Java Debug Wire Protocol.
|
Package | Module | Description |
---|---|---|
com.sun.jdi | All Modules |
This is the core package of the Java Debug
Interface (JDI), it defines mirrors for values, types, and the target
VirtualMachine itself - as well bootstrapping facilities.
|
com.sun.jdi.connect | All Modules |
This package defines connections between the virtual machine
using the JDI and the target virtual machine.
|
com.sun.jdi.connect.spi | All Modules |
This package comprises the interfaces and classes used to
develop new
TransportService
implementations. |
com.sun.jdi.event | All Modules |
This package defines JDI events and event processing.
|
com.sun.jdi.request | All Modules |
This package is used to request that a JDI
event be sent under specified conditions.
|
Type | Description |
---|---|
Connector |
A method of connection between a debugger and a target VM.
|
TransportService |
A transport service for connections between a debugger and
a target VM.
|
Type | Description |
---|---|
Connector (Implementation: com.sun.tools.jdi.ProcessAttachingConnector) |
A method of connection between a debugger and a target VM.
|
Connector (Implementation: com.sun.tools.jdi.RawCommandLineLauncher) |
A method of connection between a debugger and a target VM.
|
Connector (Implementation: com.sun.tools.jdi.SocketAttachingConnector) |
A method of connection between a debugger and a target VM.
|
Connector (Implementation: com.sun.tools.jdi.SocketListeningConnector) |
A method of connection between a debugger and a target VM.
|
Connector (Implementation: com.sun.tools.jdi.SunCommandLineLauncher) |
A method of connection between a debugger and a target VM.
|
Submit a bug or feature
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 1999, 2016, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-Debian+0-9b149-1