[Webkit-unassigned] [Bug 255342] New: Add live expressions to console

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 12 08:43:39 PDT 2023


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

            Bug ID: 255342
           Summary: Add live expressions to console
           Product: WebKit
           Version: Safari 16
          Hardware: All
                OS: All
            Status: NEW
          Severity: Enhancement
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: nathan at knowler.me
                CC: inspector-bugzilla-changes at group.apple.com

The Chromium DevTools console has a feature called “live expressions” which allows developers to set expressions whose value will update real-time. This is very useful for debugging. In Chromium, the expressions are pinned at the top of the console, can be modified, and persist between sessions. For example, a developer can watch `document.activeElement` to see the focused element update real-time. I’ve personally used it while implementing different accessible components to ensure the various attributes and focus was being set on the different elements. I would love to have this feature in the Safari Web Inspector console.

Here is the Chromium DevTools doc for the feature: https://developer.chrome.com/docs/devtools/console/live-expressions/

-- 
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/20230412/da5cc6b6/attachment.htm>


More information about the webkit-unassigned mailing list