| Summary: | Variable selection cleared when hitting break point repeatedly | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Martijn Dashorst <martijn.dashorst> |
| Component: | Debug | Assignee: | JDT-Debug-Inbox <jdt-debug-inbox> |
| Status: | CLOSED WONTFIX | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | ed, sarika.sinha |
| Version: | 4.4 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Mac OS X | ||
| Whiteboard: | stalebug | ||
|
Description
Martijn Dashorst
*** Bug 439694 has been marked as a duplicate of this bug. *** (In reply to Sarika Sinha from comment #1) > *** Bug 439694 has been marked as a duplicate of this bug. *** The reported behavior is inrtermittent ~50% of the time and has been a consistent feature of JDT for many years. 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. (In reply to Ed Willink from comment #2) > The reported behavior is intermittent ~50% of the time and has been a > consistent feature of JDT for many years. I still see this, but clearly JDT users do not. In Bug 528724, a similar 'JDT Debug' problem turned out to be a bug in a contribution by the ATL debugger. It would therefore seem likely that this problem is caused by one of the following that I regularly use. ATL, QVTo, Xtend Possibly OCL, QVTd too, but I think this problem started before they acquired debugging abilities. (In reply to Ed Willink from comment #4) > > ATL, QVTo, Xtend > > Possibly OCL, QVTd too, but I think this problem started before they > acquired debugging abilities. It be better to move this bug to one of these component? Maybe but which? I'll try to keep an eye out for a repro, now reminded that it might be not-JDT. But it might be JDT/platform: Intermittency: Perhaps the order in which alternate debuggers see the selection is unstable. Failure: Perhaps there is inadequate tolerance of an alternative debugger rejecting a selection. A solid repro for further investigation. Debugging /org.eclipse.qvtd.build/.launches/Generate QVTd AS Models.launch with a breakpoint at org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl line 298 (first line of doSave(OutputStream outputStream, Map<?, ?> options) the VariablesView shows three variables: this, outputStream, options. With "options" selected to display its Map as a string value, every encounter of the breakpoint fails to show the String. Have to keep reselecting options. ?? Is it because both outputStream and options are 'yellow' ?? |