Closed
Bug 1789256
Opened 5 months ago
Closed 5 months ago
Debugger show no source after a webextension reload
Categories
(DevTools :: Debugger, defect, P2)
DevTools
Debugger
Tracking
(firefox106 fixed)
RESOLVED
FIXED
106 Branch
Tracking | Status | |
---|---|---|
firefox106 | --- | fixed |
People
(Reporter: ochameau, Assigned: ochameau)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
This may have regressed from bug 1777203.
When reloading any web extension while having devtools for it opened, the debugger will become empty of any source.
Assignee | ||
Comment 1•5 months ago
|
||
I think we have a special edge case here, where we do have a navigation,
but no new top level target is notified.
In regular devtools/webpages, we should have a new top level target notified to the debugger.
Updated•5 months ago
|
Assignee: nobody → poirot.alex
Status: NEW → ASSIGNED
Updated•5 months ago
|
Severity: -- → S3
Priority: -- → P2
Pushed by apoirot@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/0442a7c139cb [devtools] Fix displaying sources when reloading a web extension. r=bomsy
Comment 3•5 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 months ago
status-firefox106:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 106 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•