Closed
Bug 642526
Opened 14 years ago
Closed 12 years ago
Web Console should always show lineNumber and fileName when reporting uncaught exceptions
Categories
(DevTools :: Console, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 642528
People
(Reporter: wes, Unassigned)
Details
(Whiteboard: [dupeme])
In ff4rc1, I often get messages like this in the console when developing new code:
[14:20:00.868] uncaught exception: ReferenceError: user is not defined
(This is with the orange colour indicator and an orange X beside it)
This error happens in a function is called from an event handler in the comet framework we use (based on MooTools, if that matters).
Also, what is the orange x supposed to do? Is it just decoration, or should it remove the message from the web console output?
Reporter | ||
Comment 1•14 years ago
|
||
This may be related to bug 642258
Comment 2•14 years ago
|
||
(In reply to comment #0)
> Also, what is the orange x supposed to do? Is it just decoration, or should it
> remove the message from the web console output?
the orange x is an icon indicating JS + error
Comment 3•14 years ago
|
||
(In reply to comment #1)
> This may be related to bug 642258
I think you entered the wrong bug number here - and yes this bug is no doubt a dupe
Updated•14 years ago
|
Whiteboard: [dupeme]
Reporter | ||
Comment 4•14 years ago
|
||
Good eye, thanks. "No doubt a dupe" - a dupe of bug 642528 (the number I meant to type), or another bug?
Comment 5•12 years ago
|
||
duping this to bug 642528.
Status: NEW → RESOLVED
Closed: 12 years ago
Component: Developer Tools → Developer Tools: Console
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•