Community
Participate
Working Groups
When stepping fast the next step operation is usually already queued and gets executed on the next suspend. This is OK in the usual case, but if a step operation takes a little longer (triggering a SteppingTimedOutEvent) the next queued step operation will be executed as soon as the step eventually completes. This is quite unexpected and undesirable in this situation.
Fixed in HEAD and 7.0.1. Pawel, please review.
*** cdt cvs genie on behalf of aleherbau *** Bug 318550 - SteppingController should clear step queue in case of stepping timeout [*] SteppingController.java 1.8.2.1 http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.cdt/dsf/org.eclipse.cdt.dsf.ui/src/org/eclipse/cdt/dsf/debug/ui/viewmodel/SteppingController.java?root=Tools_Project&r1=1.8&r2=1.8.2.1 [*] SteppingController.java 1.9 http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.cdt/dsf/org.eclipse.cdt.dsf.ui/src/org/eclipse/cdt/dsf/debug/ui/viewmodel/SteppingController.java?root=Tools_Project&r1=1.8&r2=1.9
Makes sense. Thanks Toni.