[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 14:39:35 PST 2009


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





------- Comment #6 from kmccullough at apple.com  2009-02-12 14:39 PDT -------
> Otherwise put, if the loop executes 10 time, the user has to click continue 10
> times. The user should only have to click continue once to skip the breakpoint
> at the beginning.
> 

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?

r+ on this btw.


-- 
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