Closed jake-amicus closed 2 years ago
@jake-amicus
Hey Jake!
We have made some sourcemapping fixes in the past couple releases and I am not able to repro this bug. I am going to close out this issue, but feel free to re-activate and comment if this issue persists.
Environment (please complete the following information):
Describe the bug:
The "Initiator" trace in the extension's Network tab does not seem to be using source maps correctly when attaching to a debug instance of Edge launched with
pwa-msedge
, but the same tab in the browser does.Note: All of the source maps look correct when I launch Edge directly using the
vscode-edge-devtools.debug
type, but then I don't have access to the debugger/breakpoints and clicking those links in the Initiator trace doesn't do anything anyway.Repro steps:
pwa-msedge
) from VSCode debuggerExpected behavior:
I would expect the source maps to work the same in both the browser and extension when attaching in tandem with JS debugger.
Additional context:
Here is a rough outline of the project structure:
Here is the launch configuration I'm using to open Edge:
I've tried messing around with the source map path overrides, but I think everything here is correct when I look at the tree in the browser source.
Initiator trace in the extension
Same Initiator trace in the browser