Closed
Bug 685815
Opened 13 years ago
Closed 13 years ago
Display an interactive property list for objects displayed using the object substitution pattern in console.log
Categories
(DevTools :: General, defect)
DevTools
General
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 676722
People
(Reporter: past, Unassigned)
References
Details
The implementation of object substitution patterns (%o) for console.log and friends in bug 614586 uses object.toString(). Firebug, Chrome and others display a richer, interactive listing of the object properties, and it would be nice to get to feature parity with them.
One approach would be to reuse the console.dir implementation in HUDService.jsm to some extent, but we have to come up with something similar for Fennec.
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•