Closed
Bug 887089
Opened 13 years ago
Closed 8 years ago
In the debugger API, provide a way to get the source, line, and column where a variable is first defined
Categories
(Core :: JavaScript Engine, defect, P3)
Tracking
()
RESOLVED
FIXED
People
(Reporter: fitzgen, Unassigned)
References
Details
If we want to be able to source map variable names in the debugger, we need to know the location where it was defined.
| Assignee | ||
Updated•12 years ago
|
Assignee: general → nobody
Updated•8 years ago
|
Priority: -- → P3
Comment 1•8 years ago
|
||
This is being done upstream now: https://github.com/devtools-html/debugger.html/pull/3817,
so I'm closing this bug.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•