Uses of Interface
com.sun.jdi.request.ModificationWatchpointRequest
Package
Description
This package is used to request that a JDI
event be sent under specified conditions.
-
Uses of ModificationWatchpointRequest in com.sun.jdi.request
Modifier and TypeMethodDescriptionEventRequestManager.createModificationWatchpointRequest
(Field field) Creates a new disabled watchpoint which watches accesses to the specified field.Modifier and TypeMethodDescriptionEventRequestManager.modificationWatchpointRequests()
Return an unmodifiable list of the enabled and disabled modification watchpoint requests.