Closed
Bug 1282481
Opened 10 years ago
Closed 7 years ago
Browser Console doesn't handle long error lines well
Categories
(DevTools :: Console, defect, P3)
DevTools
Console
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: zwol, Unassigned)
References
Details
(Whiteboard: [devtools-ux])
Attachments
(3 files)
The Browser Console needs to be more aggressive about word-wrapping long error messages. Please see the attached pair of screenshots, in which I have to make the window ridiculously wide in order to see the error locations, and even then they're ellipsized into uselessness.
The major problem appears to be with blobs of JSON dumped into the error console, which might usefully get pretty-printed; if that's too much work, I suggest treating commas and colons as acceptable line-break positions (maybe even "all Unicode punctuation except for quotation marks", but there doesn't seem to be a Unicode category for quotation marks, so that might also be too much work).
| Reporter | ||
Comment 1•10 years ago
|
||
Updated•10 years ago
|
Priority: -- → P3
Whiteboard: [devtools-ux]
Updated•8 years ago
|
Product: Firefox → DevTools
Comment 3•7 years ago
|
||
The issue is fixed, we do wrap everything on the console.
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•