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.
<rdar://problem/69862865>