Package | Description |
---|---|
com.sun.jdi |
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 |
This package defines connections between the virtual machine
using the JDI and the target virtual machine.
|
Class | Description |
---|---|
AttachingConnector |
A connector which attaches to a previously running target VM.
|
Connector |
A method of connection between a debugger and a target VM.
|
LaunchingConnector |
A connector which can launch a target VM before connecting to it.
|
ListeningConnector |
A connector which listens for a connection initiated by a target VM.
|
Class | Description |
---|---|
Connector |
A method of connection between a debugger and a target VM.
|
Connector.Argument |
Specification for and value of a Connector argument.
|
IllegalConnectorArgumentsException |
Thrown to indicate an invalid argument or
inconsistent passed to a
Connector . |
Transport |
A method of communication between a debugger and a target VM.
|
VMStartException |
A target VM was successfully launched, but terminated with an
error before a connection could be established.
|
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, 2017, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-Debian+0-9b161-1