Bug 1678

Summary: Efficient handling of step event (1GI92KD)
Product: [Eclipse Project] JDT Reporter: Darin Wright <darin.eclipse>
Component: DebugAssignee: Darin Wright <darin.eclipse>
Status: RESOLVED WONTFIX QA Contact:
Severity: minor    
Priority: P1    
Version: 2.0   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Darin Wright CLA 2001-10-10 22:17:28 EDT
DW (8/10/01 11:00:27 AM)
	When a breakpoint is hit while doing a step, the step event may be received
	after the breakpoint. The breakpoint has already ended (aborted) the step.
	It looks like our model does more work than necessary to process the step
	event.
Comment 1 Darin Wright CLA 2001-10-15 11:08:51 EDT
Both events (step end, breakpoint), as they arrive in the same
event set. Thus we fire two suspend events - one for the step end
and one for the breakpoint. However, this is by design.

Closed.