Closed
Bug 1128967
Opened 10 years ago
Closed 6 years ago
[jsdbg2] Debugger should provide a way to not load frame environment bindings on "frames" request
Categories
(DevTools :: Debugger, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: develar, Unassigned)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_2) AppleWebKit/600.3.18 (KHTML, like Gecko) Version/8.0.3 Safari/600.3.18
Steps to reproduce:
I am author of IntelliJ Platform JS debugger, I develop support of new Firefox RDP.
Frames data loading could be optimized — to show list of frames, we don't need frame environment bindings (scope variables), just functionName/scriptActor/line/column. Environment bindings (scope variables) will be lazy loaded later.
Reporter | ||
Updated•10 years ago
|
Component: Untriaged → Developer Tools: Debugger
Updated•6 years ago
|
Product: Firefox → DevTools
Comment 1•6 years ago
|
||
the environment is no longer included.
Status: UNCONFIRMED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•