[Webkit-unassigned] [Bug 241495] New: Web Inspector: Ignore blocks, function or line of code in Sources when debugging

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 9 17:08:34 PDT 2022


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

            Bug ID: 241495
           Summary: Web Inspector: Ignore blocks, function or line of code
                    in Sources when debugging
           Product: WebKit
           Version: Safari Technology Preview
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: karlcow at apple.com
                CC: inspector-bugzilla-changes at group.apple.com

Summary:
Ignore blocks of code and/or logical functions in Sources tab

Steps To Reproduce:
1. Open a website
2. Open Web Inspector on the Sources tab
3. Put a breaking point
4. Use Step by step until you reach an area with a for loop with an Array with a lot of values. 

Results:
Usually, you would need to set a new breakpoint after the for loop. Then click on Resume to pass the loop. 
But with a contextual menu on the block code, it would be cool to choose to set a flag to ignore this specific block, or line or function, The step by step would then jump after the block, line or function (still executing it). That would allow to be able once the page is reloaded to not have to reset again a breaking point for the specific  block we want to jump.


rdar://94686485

-- 
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/20220610/762f47c4/attachment.htm>


More information about the webkit-unassigned mailing list