Bug 1678 - Efficient handling of step event (1GI92KD)
Summary: Efficient handling of step event (1GI92KD)
Status: RESOLVED WONTFIX
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 2.0   Edit
Hardware: All All
: P1 minor (vote)
Target Milestone: ---   Edit
Assignee: Darin Wright CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-10 22:17 EDT by Darin Wright CLA
Modified: 2001-10-15 11:08 EDT (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-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.