Closed
Bug 895871
Opened 11 years ago
Closed 7 years ago
DevTools object inspector should show function source when hovering function()
Categories
(DevTools :: Object Inspector, enhancement)
DevTools
Object Inspector
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: miker, Unassigned)
References
Details
In Firebug's DOM panel hovering function() shows the function's source but in the object inspector hovering [object Function] does nothing. This makes it difficult to see which function is being referenced by the object.
Comment 1•11 years ago
|
||
Bug 786069 will provide a solution for the debugger. I'm not 100% sure this will be sufficient when the VariablesView widget is embedded in other tools.
Updated•11 years ago
|
Component: Developer Tools: Inspector → Developer Tools: Object Inspector
Updated•7 years ago
|
Severity: normal → enhancement
Comment 2•7 years ago
|
||
Work will be done in https://github.com/devtools-html/devtools-core/issues/640
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•