Closed
Bug 1619420
Opened 5 years ago
Closed 5 years ago
Remove waitingOnStep
Categories
(DevTools :: Debugger, task)
DevTools
Debugger
Tracking
(firefox75 fixed)
RESOLVED
FIXED
Firefox 75
| Tracking | Status | |
|---|---|---|
| firefox75 | --- | fixed |
People
(Reporter: jlast, Assigned: jlast)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
When we implemented async-step-over, it became clear that we could not set the onStep and onPop hooks of a suspended frame. This was since fixed.
Now, we can safely remove waitingOnStep, which was only needed for clearing those fields.
| Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Assignee: nobody → jlaster
Status: NEW → ASSIGNED
Pushed by jlaster@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1e4b37c9e558
Remove waitingOnStep. r=loganfsmyth
Comment 3•5 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox75:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 75
You need to log in
before you can comment on or make changes to this bug.
Description
•