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.
|
Modifier and Type | Method | Description |
---|---|---|
List<Connector> |
VirtualMachineManager.allConnectors() |
Returns the list of all known
Connector objects. |
Modifier and Type | Interface | Description |
---|---|---|
interface |
AttachingConnector |
A connector which attaches to a previously running target VM.
|
interface |
LaunchingConnector |
A connector which can launch a target VM before connecting to it.
|
interface |
ListeningConnector |
A connector which listens for a connection initiated by 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