Closed
Bug 925786
Opened 11 years ago
Closed 5 years ago
Fix value editing in closures
Categories
(DevTools :: Debugger, defect, P5)
DevTools
Debugger
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: past, Unassigned)
Details
The closure inspection that landed recently doesn't work correctly for modifying the values of closed over variables. The problem is that there is a separate protocol request that should be used for that, "assign" and not "clientEvaluate". The client library already implements the protocol operation, we just need to have the frontend code track these nodes accordingly and send the right request in each case.
When said tracking is implemented, we could also remove the redundant and erroneous styling from closure environment labels as an added bonus.
Reporter | ||
Updated•11 years ago
|
Priority: -- → P3
Updated•6 years ago
|
Product: Firefox → DevTools
Updated•6 years ago
|
Priority: P3 → P5
Comment 1•5 years ago
|
||
Closing as we no longer support editing variables, which means we do not need to do closure level edits. This was certainly a cool feature and perhaps we could pick it up in the future
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•