Closed
Bug 1530699
Opened 6 years ago
Closed 6 years ago
Thread actor should apply existing breakpoints to sources found via sources() request
Categories
(DevTools :: Debugger, enhancement, P2)
DevTools
Debugger
Tracking
(firefox67 fixed)
RESOLVED
FIXED
Firefox 67
Tracking | Status | |
---|---|---|
firefox67 | --- | fixed |
People
(Reporter: bhackett1024, Assigned: bhackett1024)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
This would be good for internal consistency, and should allow breakpoints to be delivered to the main thread when attaching (like we do for workers, after bug 1527203) instead of requiring a followup synchronization after getting the thread's sources. See bug 1527203 comment 27.
Assignee | ||
Updated•6 years ago
|
Summary: Thread actor should use add breakpoint to sources found via sources() request → Thread actor should apply existing breakpoints to sources found via sources() request
Updated•6 years ago
|
Priority: -- → P3
Updated•6 years ago
|
Priority: P3 → P2
Assignee | ||
Comment 1•6 years ago
|
||
Pushed by bhackett@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/43963f700a1e
Apply breakpoints to all discovered sources, r=loganfsmyth.
Comment 3•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox67:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 67
You need to log in
before you can comment on or make changes to this bug.
Description
•