Closed
Bug 1643633
Opened 5 years ago
Closed 5 years ago
Add a stack trace to the exception tooltip
Categories
(DevTools :: Debugger, enhancement, P3)
DevTools
Debugger
Tracking
(firefox80 fixed)
RESOLVED
FIXED
Firefox 80
Tracking | Status | |
---|---|---|
firefox80 | --- | fixed |
People
(Reporter: stepan, Assigned: stepan)
References
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
The exception tooltip should contain a stack trace similar to the console error messages.
The tooltip should work in two modes:
- when the stack trace is closed, the tooltip disappears when the mouse leaves
- when the stack trace is open, the tooltip stays when the mouse leaves and gets closed by clicking outside the tooltip
Discussion about the stack trace from the ux slack channel.
Updated•5 years ago
|
Severity: -- → S3
Status: UNCONFIRMED → NEW
Ever confirmed: true
Priority: -- → P3
Assignee | ||
Comment 1•5 years ago
|
||
Adds a stacktrace to the exception popup of the inline exceptions in the debugger.
Matches the styles of the console error messages.
The popup works in two modes:
- when the stacktrace is closed the exception popup gets closed when the mouse leaves the popup.
- when the stacktrace is opened the exception popup gets closed only by clicking outside the popup.
Updated•5 years ago
|
Assignee: nobody → stepanstava
Status: NEW → ASSIGNED
Pushed by dwalsh@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/bafe2419af67
Add a stack trace to the exception tooltip r=davidwalsh
Updated•5 years ago
|
Keywords: dev-doc-needed
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox80:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 80
Comment 4•5 years ago
|
||
Added a screenshot showing the stack trace in the tooltip, to Breaking on exception.
Keywords: dev-doc-needed → dev-doc-complete
You need to log in
before you can comment on or make changes to this bug.
Description
•