Bug 4954 - Evaluation does not update variable view
Summary: Evaluation does not update variable view
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P1 normal (vote)
Target Milestone: ---   Edit
Assignee: Joe Szurszewski CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-12 18:18 EDT by Darin Wright CLA
Modified: 2001-10-31 19:00 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 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.