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.
|
Modifier and Type | Method and Description |
---|---|
LaunchingConnector |
VirtualMachineManager.defaultConnector()
Identifies the default connector.
|
Modifier and Type | Method and Description |
---|---|
List<LaunchingConnector> |
VirtualMachineManager.launchingConnectors()
Returns the list of known
LaunchingConnector objects. |
Copyright © 1999, 2016, Oracle and/or its affiliates. All rights reserved.