Bug 217197

Summary: Web Inspector: Debugger: source-mapped source file isn't getting selected when pausing
Product: WebKit Reporter: Nikita Vasilyev <nvasilyev>
Component: Web InspectorAssignee: Nikita Vasilyev <nvasilyev>
Status: ASSIGNED    
Severity: Normal CC: inspector-bugzilla-changes, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Attachments:
Description Flags
[Image] Bug none

Nikita Vasilyev
Reported 2020-10-01 17:10:16 PDT
Created attachment 410283 [details] [Image] Bug STEPS: 1. Create a React app with https://reactjs.org/docs/create-a-new-react-app.html#create-react-app 2. In src/App.js, add `debugger` inside of App function 3. Open Web Inspector 4. Open the React app in Safari EXPECTED: Debugger shows src/App.js, the resource where I added the `debugger` statement. ACTUAL: Debugger shows main.chunk.js. NOTES: Works as expected in Chrome DevTools.
Attachments
[Image] Bug (1.25 MB, image/png)
2020-10-01 17:10 PDT, Nikita Vasilyev
no flags
Radar WebKit Bug Importer
Comment 1 2020-10-01 17:10:28 PDT
Note You need to log in before you can comment on or make changes to this bug.