| Summary: | Debugger View Suspended Thread shows Blank lines | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | John Matthews <marshal_davout> | ||||
| Component: | Debug | Assignee: | JDT-Debug-Inbox <jdt-debug-inbox> | ||||
| Status: | CLOSED WONTFIX | QA Contact: | |||||
| Severity: | major | ||||||
| Priority: | P3 | ||||||
| Version: | 4.4 | ||||||
| Target Milestone: | --- | ||||||
| Hardware: | PC | ||||||
| OS: | Windows 7 | ||||||
| Whiteboard: | stalebug | ||||||
| Attachments: |
|
||||||
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. As such, we're closing this bug. If you have further information on the current state of the bug, please add it and reopen this bug. 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 247211 [details] Debugger Thread view blank Debugging code shows that when a break point is reached the Debug window pane shows the thread suspended but the Stack frames are blank and the variable view is blank. Also Step into , step Over are all disabled. Seems too happen more so when there is a method like this private OnClickListener filterButtonListener = new OnClickListener() { @Override public void onClick(View v) { if (isLoading) return; launchFilterActivity(); // breakpoint here } };