Community
Participate
Working Groups
Build Identifier: 20100218-1602 When trying to filter dedicated Threads for a Breakpoint it is only possible to select one Thread per VM at a time other than indicated by the headline. There it says "select thread(s) ..." Reproducible: Always Steps to Reproduce: 1. Create a breakpoint 2. Open the breakpoint properties 3. Try to select multiple threads in the Filter tab
Currently, the API on IJavaBreakpoint only allows for one thread filter to be configured. However, looking at the JDI spec, it suggests that more than one thread filter can be specified (similar to object instance filters). We should probably add new API to IJavaBreakpoint to #addThreadFilter(...) and deprecate the current #setThreadFilter(...).
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant. -- The automated Eclipse Genie.