JDK-4312961 : JPDA: Add event filtering on object instance
  • Type: Enhancement
  • Component: core-svc
  • Sub-Component: debugger
  • Affected Version: 1.3.0,1.4.0
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2000-02-16
  • Updated: 2000-08-09
  • Resolved: 2000-03-14
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
1.4.0 betaFixed
Related Reports
Duplicate :  
Relates :  
Description
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)

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: merlin-beta FIXED IN: merlin-beta INTEGRATED IN: merlin-beta
14-06-2004

EVALUATION This is useful functionality. Add it to: watchpoint, breakpoint, step, method entry/exit, and exception requests. Note implementing this requires additions to the back-end, the JDWP protocol, to front-end, and the JDI interface. robert.field@Eng 2000-02-15
15-02-2000