[Webkit-unassigned] [Bug 200364] New: Web Inspector: "Inspector.initialized" happens before breakpoints are set

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 1 15:14:50 PDT 2019


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

            Bug ID: 200364
           Summary: Web Inspector: "Inspector.initialized" happens before
                    breakpoints are set
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: joepeck at webkit.org
                CC: inspector-bugzilla-changes at group.apple.com

"Inspector.initialized" happens before breakpoints are set

This probably means `auto-attach` will not have breakpoints set up appropriately and would miss breakpoints.

Notes:
• Inspector page loading protocol log:

    ...
    [Log] Trace: request (page-338) – {id: 62, method: "Inspector.initialized"}
    ...
    [Log] Trace: request (page-338) – {id: 72, method: "Debugger.setBreakpointByUrl", params: Object}
    [Log] Trace: request (page-338) – {id: 74, method: "Debugger.setBreakpointByUrl", params: Object}
    ...

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190801/ace2af3a/attachment-0001.html>


More information about the webkit-unassigned mailing list