[Webkit-unassigned] [Bug 197977] New: Web Inspector: Implement inline breakpoints.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 16 23:44:02 PDT 2019


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

            Bug ID: 197977
           Summary: Web Inspector: Implement inline breakpoints.
           Product: WebKit
           Version: Safari 12
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: dbates at webkit.org
                CC: inspector-bugzilla-changes at group.apple.com

Seen here <https://hacks.mozilla.org/2019/05/faster-smarter-javascript-debugging-in-firefox/>. We should add the ability to set an "inline breakpoint",  not just per line breakpoints but finer grained breakpoints in the line especially given in JavaScript multiple expressions may be written in the same line.

Example:

Window.settimeout(() => {...}, 200);

And I want to set a breakpoint in the callback function or at the start of the callback. Can't do that now as far as I know at most can set breakpoint for settimeout.

-- 
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/20190517/1c991ca3/attachment-0001.html>


More information about the webkit-unassigned mailing list