@Exported public interface ModificationWatchpointRequest extends WatchpointRequest
Set<Type>Field,
SetStatic<Type>Field
).
Setting a field to a value which is the same as the previous value
still triggers this event.
Modification by JDI does not trigger this event.
When an enabled
ModificationWatchpointRequest is satisfied, an
event set
containing a
ModificationWatchpointEvent
will be placed on
the EventQueue
.
The collection of existing
watchpoints is
managed by the EventRequestManager
.ModificationWatchpointEvent
,
AccessWatchpointRequest
,
EventQueue
,
EventRequestManager
SUSPEND_ALL, SUSPEND_EVENT_THREAD, SUSPEND_NONE
addClassExclusionFilter, addClassFilter, addClassFilter, addInstanceFilter, addThreadFilter, field
addCountFilter, disable, enable, getProperty, isEnabled, putProperty, setEnabled, setSuspendPolicy, suspendPolicy
toString, virtualMachine
Copyright © 1999, 2016, Oracle and/or its affiliates. All rights reserved.