| Summary: | Debug view empty Labels in tree | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Heiko Böttger <heiko.boettger> | ||||
| Component: | Debug | Assignee: | JDT-Debug-Inbox <jdt-debug-inbox> | ||||
| Status: | CLOSED WONTFIX | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | CC: | Michael_Rennie | ||||
| Version: | 3.8.2 | ||||||
| Target Milestone: | --- | ||||||
| Hardware: | PC | ||||||
| OS: | Windows 7 | ||||||
| Whiteboard: | stalebug | ||||||
| Attachments: |
|
||||||
With nothing in your log or written to the console, there is not much to go on to reproduce the problem. I haven't seen anything like this in a very long time, if you can, please provide some exact steps for me to reproduce. Sorry I'm unable to find out what's the exact reason. Sometimes I have debugging session, where I never see this problem and sometimes like in my current task I always see this happen. Is it possible to debug eclipse by running the debugging from inside a runtime workspace? Do have any hint how to do this? If you can reproduce reliably you can turn on the following tracing options (and attach the output to the bug) which might give us some more insight: org.eclipse.debug.ui/debug = true org.eclipse.debug.ui/debug/viewers/deltas = true org.eclipse.debug.ui/debug/viewers/contentProvider = true org.eclipse.debug.ui/debug/viewers/presentationId = org.eclipse.debug.ui.DebugView 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. |
Created attachment 229893 [details] debug tree with empty labels Sometime when debugging a runtime workspace the debug view only Shows empty nodes. I haven't found out under which condition this happens. Thers doesn't seem to be an entry in the error log. However there are some things that might give a hint on where to search for the problem: * everytime I see this happen, I used at least one conditional break point * the debugged application is a "org.eclipse.sdk.ide" workspace * when unfolding the nodes for some threads they are empty or only showing the label for some itemes of the upper part of the stack, typically for threads stopping at the breakpoint