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)

x86
macOS
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.
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

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.