Extensions can cause XHR Breakpoint pauses in index file, not on the right fetch
Categories
(DevTools :: Debugger, defect, P3)
Tracking
(Not tracked)
People
(Reporter: Harald, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
What were you doing?
- Open Debugger on https://panoramic-kitty.glitch.me/
- Enable to pause on XHR
- Wait for pausing
What happened?
Pauses on fetch
in index.js
What should have happened?
Pauses on first line in index.html
Reporter | ||
Comment 1•7 years ago
|
||
Logan, I am not sure if I have seen this working correctly before. Is the backend providing enough information to pause in index.js
?
Comment 2•7 years ago
|
||
I am not sure if it behaves the same for me.
The execution pauses in client.js, line 7 on my machine.
Honza
Comment 3•7 years ago
|
||
I'm also not able to reproduce this on Nightly, but it does happen to me on 66. Perhaps this is something we fixed with Brian's source work?
Reporter | ||
Comment 4•7 years ago
|
||
This is probably an extension that overrides the fetch behavior, as I can see the minified fetch
inspected in the scope. Trying to see which extension this would be …
Reporter | ||
Updated•7 years ago
|
Updated•7 years ago
|
Updated•6 years ago
|
Updated•6 years ago
|
Comment 5•6 years ago
|
||
Harald, can you point me to an extension that you think caused the problem? I can test it. Currently, I am still seeing the same, the execution pauses in client.js, line 7 on my machine - there is no issue.
Or we might want to close this one.
Honza
Reporter | ||
Comment 6•6 years ago
|
||
Confirmed that the extension causing this is LastPass, which overrides fetch
in its content script.
Comment 7•6 years ago
|
||
Perfect. I think this is a duplicate of https://bugzilla.mozilla.org/show_bug.cgi?id=1548707 It just shouldn't be showing that HTML file in the first place. It should show you the extension script, or not pause.
Description
•