Bug 5630 - Drop to frame does not re-select top stack frame
Summary: Drop to frame does not re-select top stack frame
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: Darin Wright CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-11-07 12:14 EST by Darin Wright CLA
Modified: 2001-11-08 13:03 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-11-07 12:14:59 EST
Using the new hot swap support, when I drop to a stack frame, the stack frame 
list updates, but the new top stack frame is not re-selected to display source. 
I believe that firing a (debug) change event on the thread in which the drop 
was performed will update the UI.
Comment 1 Jared Burns CLA 2001-11-08 12:19:16 EST
Fixed. In my original implementation I was firing a changed event,
DebugEvent.CHANGE. However the correct behavior is to fire a suspend event, in
this case DebugEvent.CLIENT_REQUEST.
Comment 2 Jared Burns CLA 2001-11-08 12:19:30 EST
Please verify.
Comment 3 Darin Wright CLA 2001-11-08 13:03:45 EST
Verified.