Java Debug Interface

Uses of Package
com.sun.jdi.connect

Packages that use com.sun.jdi.connect
com.sun.jdi.connect This package defines connections between the virtual machine using the JDI and the target virtual machine. 
 

Classes in com.sun.jdi.connect used by com.sun.jdi.connect
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.
VMStartException
          A target VM was successfully launched, but terminated with an error before a connection could be established.
 


Java Debug Interface