Closed
Bug 800510
Opened 12 years ago
Closed 12 years ago
Coalescing of error messages with different line numbers makes debugging very difficult
Categories
(DevTools :: Console, defect)
DevTools
Console
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 21
People
(Reporter: bzbarsky, Unassigned)
References
Details
(Whiteboard: [console-output][fixed by bug 720180])
Attachments
(1 file)
2.19 KB,
text/html
|
Details |
STEPS TO REPRODUCE:
1) Load attached testcase.
2) Open console to look for CSS errors that might have caused the problem.
3) Be mystified
EXPECTED RESULTS: CSS errors with different line numbers not coalesced, or able to be decoalesced.
ACTUAL RESULTS: I see there were two errors, but the link only goes to the first one, which is not relevant here. There is no good way to figure out where the second one was without opening the error console.
Comment 1•12 years ago
|
||
yeah, surprised we're not looking at the originating source line in our comparison. Thanks!
Whiteboard: [console-output]
Updated•12 years ago
|
Blocks: console-output
Comment 2•12 years ago
|
||
Submitted a patch for this issue in bug 720180.
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Whiteboard: [console-output] → [console-output][fixed by bug 720180]
Target Milestone: --- → Firefox 21
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•