| Name | Description | Type | Package | Framework |
| AbsentInformationException | Thrown to indicate line number or variable information is not available. | Class | sun.jdi | Code Trails |
|
| Accessible | Provides information on the accessibility of a type or type component. | Interface | sun.jdi | Code Trails |
|
| AccessWatchpointEvent | Notification of a field access in the target VM. | Interface | sun.jdi.event | Code Trails |
|
| AccessWatchpointRequest | Request for notification when the contents of a field are accessed This event will be triggered when the specified field is accessed | Interface | sun.jdi.request | Code Trails |
|
| ArrayReference | Provides access to an array object and its components in the target VM. | Interface | sun.jdi | Code Trails |
|
| ArrayType | Provides access to the class of an array and the type of its components in the target VM. | Interface | sun.jdi | Code Trails |
|
| AttachingConnector | A connector which attaches to a previously running target VM. | Interface | sun.jdi.connect | Code Trails |
|
| BooleanType | The type of all primitive boolean values accessed in the target VM. | Interface | sun.jdi | Code Trails |
|
| BooleanValue | | Interface | sun.jdi | Code Trails |
|
| Bootstrap | Initial class that provides access to the default implementation of JDI interfaces. | Class | sun.jdi | Code Trails |
|
| BreakpointEvent | Notification of a breakpoint in the target VM. | Interface | sun.jdi.event | Code Trails |
|
| BreakpointRequest | Identifies a Location in the target VM at which execution should be stopped. | Interface | sun.jdi.request | Code Trails |
|
| ByteType | The type of all primitive byte values accessed in the target VM. | Interface | sun.jdi | Code Trails |
|
| ByteValue | Provides access to a primitive byte value in the target VM. | Interface | sun.jdi | Code Trails |
|
| CharType | The type of all primitive char values accessed in the target VM. | Interface | sun.jdi | Code Trails |
|
| CharValue | | Interface | sun.jdi | Code Trails |
|
| ClassLoaderReference | A class loader object from the target VM. | Interface | sun.jdi | Code Trails |
|
| ClassNotLoadedException | Thrown to indicate that the requested class has not yet been loaded through the appropriate class loader. | Class | sun.jdi | Code Trails |
|
| ClassNotPreparedException | Thrown to indicate that the requested operation cannot be completed because the specified class has not yet been prepared. | Class | sun.jdi | Code Trails |
|
| ClassObjectReference | An instance of java. | Interface | sun.jdi | Code Trails |
|
| ClassPrepareEvent | Notification of a class prepare in the target VM. | Interface | sun.jdi.event | Code Trails |
|
| ClassPrepareRequest | Request for notification when a class is prepared in the target VM. | Interface | sun.jdi.request | Code Trails |
|
| ClassType | A mirror of a class in the target VM. | Interface | sun.jdi | Code Trails |
|
| ClassUnloadEvent | Notification of a class unload in the target VM. | Interface | sun.jdi.event | Code Trails |
|
| ClassUnloadRequest | Request for notification when a class is unloaded in the target VM. | Interface | sun.jdi.request | Code Trails |
|
| ClosedConnectionException | This exception may be thrown as a result of an asynchronous close of a Connection while an I/O operation is | Class | sun.jdi.connect.spi | Code Trails |
|
| Connection | A connection between a debugger and a target VM which it debugs. | Class | sun.jdi.connect.spi | Code Trails |
|
| Connector | A method of connection between a debugger and a target VM. | Interface | sun.jdi.connect | Code Trails |
|
| Connector .Argument | Specification for and value of a Connector argument. | Interface | sun.jdi.connect.Connector | Code Trails |
|
| Connector .BooleanArgument | Specification for and value of a Connector argument, whose value is Boolean. | Interface | sun.jdi.connect.Connector | Code Trails |
|
| Connector .IntegerArgument | Specification for and value of a Connector argument, whose value is an integer. | Interface | sun.jdi.connect.Connector | Code Trails |
|
| Connector .SelectedArgument | Specification for and value of a Connector argument, whose value is a String selected from a list of choices. | Interface | sun.jdi.connect.Connector | Code Trails |
|
| Connector .StringArgument | Specification for and value of a Connector argument, whose value is a String. | Interface | sun.jdi.connect.Connector | Code Trails |
|
| DoubleType | The type of all primitive double values accessed in the target VM. | Interface | sun.jdi | Code Trails |
|
| DoubleValue | | Interface | sun.jdi | Code Trails |