[Webkit-unassigned] [Bug 21073] JS Debugger doesn't handle 'for' loops correctly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 12 23:34:22 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=21073





------- Comment #7 from olaru at adobe.com  2009-02-12 23:34 PDT -------
> I actually prefer that behavior in other IDEs but I don't get to call the
> shots.  Does the subsequent breakpoints all happen before any statement in the
> 'for' loop?  I.E. before the condition or increment or does it occur between
> the increment and condition statements?

Yes! You can step into first the increment, and then the condition. Stepping
over will step over both.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list