Closed
Bug 1592430
Opened 5 years ago
Closed 5 years ago
Live async stacks: Server work
Categories
(DevTools :: Debugger, enhancement, P2)
DevTools
Debugger
Tracking
(firefox73 fixed)
RESOLVED
FIXED
Firefox 73
Tracking | Status | |
---|---|---|
firefox73 | --- | fixed |
People
(Reporter: jimb, Assigned: loganfsmyth)
References
Details
Attachments
(1 file)
Given the Debugger API work in bug 1592415, bug 1592427, and bug 1592431, the server should have all the information it needs to find the Debugger.Frame
representing the awaiter (or awaiters!) of an async function call, and include it in a stack reported to the client.
For the most part, these should be included in the stack like any other frame, with some property that indicates that it is an awaiter, not a caller, of the next younger frame.
Updated•5 years ago
|
Priority: -- → P2
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → loganfsmyth
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•5 years ago
|
||
Pushed by loganfsmyth@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/63be0f5e85d3
Basic support for async live stacks in the debugger server. r=jimb
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox73:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 73
You need to log in
before you can comment on or make changes to this bug.
Description
•