[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 11:04:28 PST 2009


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





------- Comment #4 from kmccullough at apple.com  2009-02-12 11:04 PDT -------
(In reply to comment #3)
> The only above step that regresses is #2, as would be expected considering the
> statement based debug hooks and the line based breakpoints.
> 

So when a user hits continue on a for loop, do they have to press it 2 times
(either once for the initializer and once for the conditional, or once for the
increment and once for the conditional)?

I would hate for a user to have to press continue 20 times for a loop that only
executes 10 times.  Especially if they are used to the behavior where they
would only have to press continue once; after the first time the breakpoint is
hit.


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