Uses of Interface
com.sun.jdi.request.ModificationWatchpointRequest
-
Packages that use ModificationWatchpointRequest 软件包 描述 com.sun.jdi.request 该包用于请求在指定条件下发送JDI事件。 -
-
Uses of ModificationWatchpointRequest in com.sun.jdi.request
Methods in com.sun.jdi.request that return ModificationWatchpointRequest Modifier and Type 方法 描述 ModificationWatchpointRequest
EventRequestManager. createModificationWatchpointRequest(Field field)
创建一个新的禁用的观察点,监视对指定字段的访问。Methods in com.sun.jdi.request that return types with arguments of type ModificationWatchpointRequest Modifier and Type 方法 描述 List<ModificationWatchpointRequest>
EventRequestManager. modificationWatchpointRequests()
返回启用和禁用的修改观察点请求的不可修改的列表。
-