[Webkit-unassigned] [Bug 235381] New: Web Inspector: fully blackboxed stack traces don't show the right top call frame

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 19 13:54:12 PST 2022


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

            Bug ID: 235381
           Summary: Web Inspector: fully blackboxed stack traces don't
                    show the right top call frame
           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: drousso at apple.com
                CC: inspector-bugzilla-changes at group.apple.com

# STEPS TO REPRODUCE
1. inspect <http://bogojoker.com/shell/>
2. set a breakpoint on easySlider.min.js:56
3. add an Evaluate JavaScript breakpoint action with the text `console.trace()`
4. blackbox both easySlider.min.js and jquery.js
5. click on either the up arrow or down arrow in the page

# EXPECTED
the Trace in the Console should have "easySlider.min.js:56" (the top call frame) as the location

# ACTUAL
the Trace in the Console has "jquery.js:25:11369" (the bottom call frame) as the location

-- 
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/20220119/3fb0fabc/attachment-0001.htm>


More information about the webkit-unassigned mailing list