Closed
Bug 1409322
Opened 7 years ago
Closed 7 years ago
Make DAMP test for debugger select a source before reloading
Categories
(DevTools :: Debugger, enhancement)
DevTools
Debugger
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ochameau, Unassigned)
References
(Blocks 1 open bug)
Details
By default, if you open the debugger, no source is selected.
So that when you reload the page, only the source tree updates.
At the end we never cover source opening/updating on DAMP.
We recently identified performance issues involving reloading *with* a source selected, where codemirror was being updated too frequently.
Comment 1•7 years ago
|
||
We now have the debugger select a source before reloading. I Think this can be closed
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•