[Webkit-unassigned] [Bug 210588] New: Web Inspector: Debugger: Step Over should only step through comma expressions if they are comma statements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 15 19:42:00 PDT 2020


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

            Bug ID: 210588
           Summary: Web Inspector: Debugger: Step Over should only step
                    through comma expressions if they are comma statements
           Product: WebKit
           Version: WebKit Local 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

Step Over should be able to step through
```
    a(), b(), c()
```
but NOT through
```
    true && (a(), b(), c()) && true
```

-- 
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/20200416/408513a6/attachment.htm>


More information about the webkit-unassigned mailing list