[Webkit-unassigned] [Bug 217200] New: Web Inspector: Debugger: breakpoints don't work on a trivial React app

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 1 17:22:17 PDT 2020


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

            Bug ID: 217200
           Summary: Web Inspector: Debugger: breakpoints don't work on a
                    trivial React app
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: ASSIGNED
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: nvasilyev at apple.com
                CC: inspector-bugzilla-changes at group.apple.com,
                    webkit-bug-importer at group.apple.com

Created attachment 410286

  --> https://bugs.webkit.org/attachment.cgi?id=410286&action=review

[Video] Bug

STEPS:
1. Create a React app with https://reactjs.org/docs/create-a-new-react-app.html#create-react-app
2. Inspect it with Web Inspector
3. Open App.js in Sources
4. Click on the line gutter to set a breakpoint inside of App()
5. Reload page

EXPECTED:
Debugger stops on the breakpoint.

ACTUAL:
Debugger didn't stop on the breakpoint.

NOTES:
Note that `debugger` statements still work.

-- 
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/20201002/cdbf4b28/attachment.htm>


More information about the webkit-unassigned mailing list