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.event |
This package defines JDI events and event processing.
|
Class | Description |
---|---|
EventQueue |
Manager of incoming debugger events for a target VM.
|
Class | Description |
---|---|
Event |
An occurrence in a target VM that is of interest to a debugger.
|
EventIterator |
EventIterators are unmodifiable.
|
EventSet |
Several
Event objects may be created at a given time by
the target VirtualMachine . |
LocatableEvent |
Abstract superinterface of events which have both location
and thread.
|
WatchpointEvent |
Notification of a field triggered event encountered by a thread in the
target 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-Ubuntu+0-9b158-1