Bug 4954

Summary: Evaluation does not update variable view
Product: [Eclipse Project] JDT Reporter: Darin Wright <darin.eclipse>
Component: DebugAssignee: Joe Szurszewski <eclipse>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P1    
Version: 2.0   
Target Milestone: ---   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Darin Wright CLA 2001-10-12 18:18:01 EDT
I set up my views to have the display view and variables view visible at
the same time. I performed an evaluation from the display view, to add 
an entry to a vector. The new entry did not appear in the variables view,
until I forced it to refresh by selecting a different stack frame, and
then re-selecting the original stack frame.

This is happenning because we suppress resume/suspend events when performing
an evaluation, such that the UI does not flicker. However, the variables view
does not update now.
Comment 1 Darin Wright CLA 2001-10-31 15:39:08 EST
Fixed.

When a method invoke is complete, the thread now fires a "change" event
for the top stack frame, which updates the variables view.
Comment 2 Darin Wright CLA 2001-10-31 15:39:22 EST
please verify.
Comment 3 Joe Szurszewski CLA 2001-10-31 19:00:36 EST
Verified.