Uses of Package
com.sun.jdi.request
Packages that use com.sun.jdi.request
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 JDI events and event processing.
This package is used to request that a JDI
event be sent under specified conditions.
-
Classes in com.sun.jdi.request used by com.sun.jdi
-
Classes in com.sun.jdi.request used by com.sun.jdi.event
-
Classes in com.sun.jdi.request used by com.sun.jdi.requestClassDescriptionRequest for notification when the contents of a field are accessed in the target VM.Identifies a
Location
in the target VM at which execution should be stopped.Request for notification when a class is prepared in the target VM.Request for notification when a class is unloaded in the target VM.Represents a request for notification of an event.Request for notification when an exception occurs in the target VM.Request for notification when a method is invoked in the target VM.Request for notification when a method returns in the target VM.Request for notification when a field is set.Request for notification of a thread in the target VM entering a monitor after waiting for it to be released by another thread.Request for notification of a thread in the target VM attempting to enter a monitor already acquired by another thread.Request for notification when a thread in the target VM has finished waiting on a monitor object.Request for notification when a thread in the target VM is about to wait on a monitor object.Request for notification when a step occurs in the target VM.Request for notification when a thread terminates in the target VM.Request for notification when a thread starts execution in the target VM.Request for notification when the target VM terminates.Identifies aField
in the target VM being watched.