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 | Interface | Description |
---|---|---|
interface |
PathSearchingVirtualMachine |
A virtual machine which searches for classes through paths
|
Modifier and Type | Method | Description |
---|---|---|
VirtualMachine |
VirtualMachineManager.createVirtualMachine(Connection connection) |
Creates a new virtual machine.
|
VirtualMachine |
VirtualMachineManager.createVirtualMachine(Connection connection,
Process process) |
Create a virtual machine mirror for a target VM.
|
VirtualMachine |
Mirror.virtualMachine() |
Gets the VirtualMachine to which this
Mirror belongs.
|
Modifier and Type | Method | Description |
---|---|---|
List<VirtualMachine> |
VirtualMachineManager.connectedVirtualMachines() |
Lists all target VMs which are connected to the debugger.
|
Modifier and Type | Method | Description |
---|---|---|
VirtualMachine |
ListeningConnector.accept(Map<String,? extends Connector.Argument> arguments) |
Waits for a target VM to attach to this connector.
|
VirtualMachine |
AttachingConnector.attach(Map<String,? extends Connector.Argument> arguments) |
Attaches to a running application and returns a
mirror of its VM.
|
VirtualMachine |
LaunchingConnector.launch(Map<String,? extends Connector.Argument> arguments) |
Launches an application and connects to its 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, 2017, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-Debian+0-9b155-1