[Webkit-unassigned] [Bug 41705] New: Web Inspector: Ability to asynchronously set breakpoints

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 6 10:34:03 PDT 2010


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

           Summary: Web Inspector: Ability to asynchronously set
                    breakpoints
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: masterov at chromium.org
                CC: timothy at apple.com, rik at webkit.org, keishi at webkit.org,
                    pmuellr at yahoo.com, joepeck at webkit.org,
                    pfeldman at chromium.org, yurys at chromium.org,
                    bweinstein at apple.com, mnaganov at chromium.org


Created an attachment (id=60638)
 --> (https://bugs.webkit.org/attachment.cgi?id=60638)
file to help reproduce this bug

Users should be a able to set a breakpoint while the javascript code is running.

For example, in an attached page, once javascript enters infinite loop, if the user sets a breakpoint on line 7 for example, the debugger will not stop at this breakpoint.  Only after a user pauses script execution and resumes it, will the debugger stop at a breakpoint.

Desired behavior: debugger should stop at a breakpoint immediately after it is set, if the javascript execution passes a line on which a breakpoint was set.

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



More information about the webkit-unassigned mailing list