Open Bug 687543 Opened 13 years ago Updated 2 years ago

Provide API to expose state of closed-over variables given a Function object

Categories

(Core :: JavaScript Engine, defect)

x86
macOS
defect

Tracking

()

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.
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.
Depends on: 690558
Assignee: general → nobody
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.