Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 444527

Summary: Debugger View Suspended Thread shows Blank lines
Product: [Eclipse Project] JDT Reporter: John Matthews <marshal_davout>
Component: DebugAssignee: 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:
Description Flags
Debugger Thread view blank none

Description John Matthews CLA 2014-09-18 15:17:06 EDT
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
	}
};
Comment 1 Eclipse Genie CLA 2020-04-17 14:42:12 EDT
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.