Closed Bug 867182 Opened 12 years ago Closed 8 years ago

webconsole should have nice exception output

Categories

(DevTools :: Console, defect, P2)

defect

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}
Depends on: console-output
Priority: -- → P2
No activity in the past 4 years. Closing.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
Product: Firefox → DevTools
You need to log in before you can comment on or make changes to this bug.