Closed
Bug 1317325
Opened 9 years ago
Closed 8 years ago
Make ErrorRep look more like real error
Categories
(DevTools :: Shared Components, defect, P2)
DevTools
Shared Components
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: nchevobbe, Assigned: nchevobbe)
References
Details
This is a follow-up for Bug 1316225, in which ErrorRep is created.
The Rep was created with the output of the old console in mind, i.e. a simple string which describes the error and the stack, but not really actionable (except clicking on the message to open the variable view).
We could do a better job here :
- have more error-like styling
- have collapsible stacktrace
- allow the "location" (file + line) of the trace clickable to open in the debugger
We could use the frame component we already use in the console to have proper stack trace, and have some mechanism to expand/collapse the stacktrace (by taking inspiration on how LongStringRep works maybe ? ).
| Assignee | ||
Comment 1•8 years ago
|
||
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
•