Uses of Package
com.sun.jdi.connect
Package
Description
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.
This package defines connections between the virtual machine
using the JDI and the target virtual machine.
-
ClassDescriptionA connector which attaches to a previously running target VM.A method of connection between a debugger and a target VM.A connector which can launch a target VM before connecting to it.A connector which listens for a connection initiated by a target VM.
-
ClassDescriptionA method of connection between a debugger and a target VM.Specification for and value of a Connector argument.Thrown to indicate an invalid argument or inconsistent passed to a
Connector
.A method of communication between a debugger and a target VM.A target VM was successfully launched, but terminated with an error before a connection could be established.