[Webkit-unassigned] [Bug 123770] New: Web Inspector: DOM Breakpoints are not working unless there's JS breakpoint set

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 4 17:06:23 PST 2013


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

           Summary: Web Inspector: DOM Breakpoints are not working unless
                    there's JS breakpoint set
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: achicu at adobe.com
                CC: timothy at apple.com, joepeck at webkit.org,
                    webkit-bug-importer at group.apple.com, graouts at apple.com


The DOM breakpoints are not sent unless there's a previous JS breakpoint set. That's because JSC::Debugger expects a call to incNumberOfBreakpoints when the client needs the runtime to capture debugging information. Otherwise there will be no call frames available when the DOM breakpoints are triggered.

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