[Webkit-unassigned] [Bug 21031] New: Breakpoints in the condition of loops only breaks the first time (21030)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 23 11:43:23 PDT 2008


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

           Summary: Breakpoints in the condition of loops only breaks the
                    first time (21030)
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Keywords: InRadar
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kmccullough at apple.com


While you can break in a loop or on the conditional line (the line with "for",
"while" etc), you can only break on the conditional line the first time

* STEPS TO REPRODUCE
1. Open the attached testcase
2. Open the inspector and set a breakpoint on a line that has a conditional
(like a for or while loop)
3. Click on the link
4. You'll hit the breakpoint.  Then hit continue.  This will run the JS without
hitting the breakpoint again.

<rdar://problem/6204189>


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