Closed
Bug 1967988
Opened 3 months ago
Closed 3 months ago
Duplicated column breakpoints
Categories
(DevTools :: Debugger, defect)
DevTools
Debugger
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1874411
People
(Reporter: ochameau, Unassigned)
Details
Attachments
(1 file)
26.40 KB,
image/png
|
Details |
I'm getting duplicated column breakpoints on the following STR:
- open the debugger on
https://techno-barje.fr/
- set a BP on
loader.js
line 304:if (entry.intersectionRatio > 0) {
You should get duplicated breakpoints just before entry.intersectionRatio
.
Reporter | ||
Comment 2•3 months ago
|
||
Yes, I verified, bomsy's patch fixes the duplicates.
Status: NEW → RESOLVED
Closed: 3 months ago
Duplicate of bug: 1874411
Flags: needinfo?(poirot.alex)
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•