Community
Participate
Working Groups
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.
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.
Verified