Closed
Bug 687543
Opened 13 years ago
Closed 5 months ago
Provide API to expose state of closed-over variables given a Function object
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: bzbarsky, Unassigned)
References
Details
I mentioned this to Jason earlier today.... the idea is to allow a debugger to inspect the state of closed-over variables for a given function without having to set a breakpoint in the function and call it.
Comment 1•13 years ago
|
||
The API is already spec'd (Debugger.Object.prototype.scope and Environment objects; see https://wiki.mozilla.org/Debugger#Debugger.Environment
We just have to implement. I'll take this in a few weeks, tops.
Assignee | ||
Updated•10 years ago
|
Assignee: general → nobody
Updated•2 years ago
|
Severity: normal → S3
Comment 2•5 months ago
|
||
This appears to be implemented according to the docs
Status: NEW → RESOLVED
Closed: 5 months ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•