Closed
Bug 1855910
Opened 1 year ago
Closed 1 year ago
Cover pausing on a pretty printed location on reload
Categories
(DevTools :: Debugger, task)
DevTools
Debugger
Tracking
(firefox120 fixed)
RESOLVED
FIXED
120 Branch
Tracking | Status | |
---|---|---|
firefox120 | --- | fixed |
People
(Reporter: ochameau, Assigned: ochameau)
References
Details
Attachments
(1 file)
Splitting off bug 1854941 the very last patch specific to reload with a breakpoint against a pretty printed file.
This appears to cause unexpected behavior where the "opening minified file" no longer opens the minified file and introduce unexpected improvement to this subtest.
Assignee | ||
Comment 1•1 year ago
|
||
This will highlight all the slow operations happening on reloading a pretty printed location:
- re-pretty printing the source
- slow column breakpoint selectors when a breakpoint is set on a large file
- slow parser worker to compute symbols for scope on pause
Updated•1 year ago
|
Assignee: nobody → poirot.alex
Status: NEW → ASSIGNED
Pushed by apoirot@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/226b3a89b9be
[devtools] Cover pausing on a pretty printed location on reload. r=perftest-reviewers,devtools-reviewers,sparky,nchevobbe
Comment 3•1 year ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox120:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 120 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•