Open
Bug 738970
Opened 13 years ago
Updated 2 years ago
Make scope chains inspectable
Categories
(DevTools :: Debugger, enhancement, P5)
Tracking
(Not tracked)
NEW
People
(Reporter: bruant.d, Unassigned)
References
(Blocks 1 open bug)
Details
I think it'd be interesting, when stopped at a breakpoint, to have a visual representation of nested function lexical environments.
Currently, Firebug provides a list visualization of function environments. It would be nice to have something more visual. Maybe something close to what is done for bug 738968.
Comment 1•13 years ago
|
||
possibly. This could be an interesting experiment or addon.
Comment 2•13 years ago
|
||
Agreed. We discussed something similar during jimb's talk last week.
Reporter | ||
Comment 3•13 years ago
|
||
By the way, are there slides or a write-up or anything about jimb's talk?
The information I know about the new debugger API is the MDN documentation and I don't know how up-to-date it is.
Comment 4•13 years ago
|
||
(In reply to David Bruant from comment #3)
> By the way, are there slides or a write-up or anything about jimb's talk?
> The information I know about the new debugger API is the MDN documentation
> and I don't know how up-to-date it is.
I don't think slides are available yet, but I don't believe they would be of much use without Jim's oral comments. The definitive guide is in the wiki:
https://wiki.mozilla.org/Debugger
Updated•13 years ago
|
Priority: -- → P4
Updated•10 years ago
|
Summary: JavaScript nested function scope visualization → Make scope chains inspectable
Updated•10 years ago
|
Depends on: dbg-inspect
Updated•10 years ago
|
Blocks: dbg-inspect
No longer depends on: dbg-inspect
Updated•6 years ago
|
Product: Firefox → DevTools
Updated•6 years ago
|
Type: defect → enhancement
Priority: P4 → P5
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•