Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 353631 - Improve variable refreshing in the Java debugger
Summary: Improve variable refreshing in the Java debugger
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: EDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Justin Spadea CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-02 14:28 EDT by Justin Spadea CLA
Modified: 2017-02-23 14:16 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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