Closed
Bug 1644820
Opened 4 years ago
Closed 4 years ago
breakpoints map should be keyed by pending breakpoint
Categories
(DevTools :: Debugger, task)
DevTools
Debugger
Tracking
(firefox79 fixed)
RESOLVED
FIXED
Firefox 79
Tracking | Status | |
---|---|---|
firefox79 | --- | fixed |
People
(Reporter: jlast, Assigned: jlast)
References
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
What were you doing?
We used to manage breakpoints locally with a key that includes sourceId. This creates opportunities to fall out of sync when refreshing and the id is missing.
It is simpler if we use a key that just relies on source url.
Assignee | ||
Updated•4 years ago
|
Summary: Id breakpoints map by pending breakpoint key → breakpoints map should be keyed by pending breakpoint
Assignee | ||
Comment 1•4 years ago
|
||
Updated•4 years ago
|
Assignee: nobody → jlaster
Status: NEW → ASSIGNED
Pushed by jlaster@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c14da2bee154
breakpoints map should be keyed by pending breakpoint. r=loganfsmyth
Comment 3•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox79:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 79
You need to log in
before you can comment on or make changes to this bug.
Description
•