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

Bug 353631

Summary: Improve variable refreshing in the Java debugger
Product: z_Archived Reporter: Justin Spadea <jspadea>
Component: EDTAssignee: Justin Spadea <jspadea>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Justin Spadea CLA 2011-08-02 14:28:53 EDT
Variables don't always refresh as necessary. We need to change the implementation to be smarter. For example, if you change an array element value (or change the number of elements) the change is not displayed in the Variables view.
Comment 1 Justin Spadea CLA 2011-08-02 14:34:47 EDT
Variables and stack frames are now rebound when we suspend, reusing the previous variables and frames when possible. All changes made in org.eclipse.edt.debug.core to several classes, most notably EGLJavaThread, EGLJavaStackFrame, EGLJavaVariable, and EGLJavaValue.
Comment 2 Justin Spadea CLA 2011-09-08 14:29:43 EDT
Verified