Closed
Bug 867182
Opened 12 years ago
Closed 8 years ago
webconsole should have nice exception output
Categories
(DevTools :: Console, defect, P2)
DevTools
Console
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: jwalker, Unassigned)
References
Details
When we do:
...
catch (ex) {
console.log(ex);
}
Then the output should be better.
I'd like to see a table:
Error: the thing broke
at _object.func()_ _object.js:12_
at _otherObject.otherFunc()_ _otherObject.js:412_
at _start.main()_ _main.js:3242_
Where I've used _underscores_ to denote a link which takes you to that point in the debugger.
The first line would be: ${typeof ex}: ${ex.message}
![]() |
||
Updated•12 years ago
|
Depends on: console-output
![]() |
||
Updated•12 years ago
|
Priority: -- → P2
Comment 1•8 years ago
|
||
No activity in the past 4 years. Closing.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•