Bug 217197 - Web Inspector: Debugger: source-mapped source file isn't getting selected when pausing
Summary: Web Inspector: Debugger: source-mapped source file isn't getting selected whe...
Status: ASSIGNED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Nikita Vasilyev
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-10-01 17:10 PDT by Nikita Vasilyev
Modified: 2020-10-01 17:10 PDT (History)
2 users (show)

See Also:


Attachments
[Image] Bug (1.25 MB, image/png)
2020-10-01 17:10 PDT, Nikita Vasilyev
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nikita Vasilyev 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.
Comment 1 Radar WebKit Bug Importer 2020-10-01 17:10:28 PDT
<rdar://problem/69862865>