Bug 5630

Summary: Drop to frame does not re-select top stack frame
Product: [Eclipse Project] JDT Reporter: Darin Wright <darin.eclipse>
Component: DebugAssignee: Darin Wright <darin.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-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.