Often users would want to filter events on specific instances.
See for example RFE#4242717 "Watchpoints need enhancement".
We, however, want a more general solution that applies to all
events and is in keeping with the filter model. Add:
void addInstanceFilter(ObjectReference instance);
To all requests where it is appropriate (ie. where there is
an instance)
See for example RFE#4242717 "Watchpoints need enhancement".
We, however, want a more general solution that applies to all
events and is in keeping with the filter model. Add:
void addInstanceFilter(ObjectReference instance);
To all requests where it is appropriate (ie. where there is
an instance)
- duplicates
-
JDK-4448957 JDI lacks ability to watch an instance's fields
-
- Closed
-
- relates to
-
JDK-4242717 JDI/JDWP Spec: Add watchpoints for local variables and array elements
-
- Closed
-