Open
Bug 1820804
Opened 2 years ago
Updated 1 year ago
Improve stderr/stdout output for TextNode, DocumentFragment, Attribute, Map, Set, and other objects that don't print nicely
Categories
(DevTools :: Console, enhancement, P3)
Tracking
(Not tracked)
NEW
People
(Reporter: Gijs, Unassigned)
References
(Depends on 7 open bugs)
Details
As noted in https://phabricator.services.mozilla.com/D171473#inline-946057 it would be nice if the stdout/stderr output from console.log
and friends was more useful for text nodes, document fragments, map and set, blob
and file
objects, and various other objects that don't currently print nicely.
It may be worth filing separate follow-ups for each of these to tackle them one at a time.
There's also bug 1813485 for improving stacks with console.error
.
Updated•2 years ago
|
Type: defect → enhancement
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•