Closed
Bug 1894659
Opened 7 months ago
Closed 7 months ago
Duplicate breakpoints source with long lines
Categories
(DevTools :: Debugger, defect)
DevTools
Debugger
Tracking
(firefox127 fixed)
RESOLVED
FIXED
127 Branch
Tracking | Status | |
---|---|---|
firefox127 | --- | fixed |
People
(Reporter: bomsy, Assigned: bomsy)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
STR
- Go to https://techno-barje.fr/fission/large-bundle/
- Open the debugger
- Go to https://techno-barje.fr/fission/large-bundle/large-bundle-one-line.js
- Set a breakpoint on line 1 which is a really long line
ER
A breakpoint gets set on line 1
AR
Breakpoints get set on line 1 and line 2
Assignee | ||
Comment 1•7 months ago
|
||
Switching from cm.visibleRanges to cm.viewport as the later considers the overflowed lines for large files
Updated•7 months ago
|
Assignee: nobody → hmanilla
Status: NEW → ASSIGNED
Pushed by hmanilla@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7d4d45283e5c
[devtools] Fix duplicate breakpoints on really long lines r=devtools-reviewers,nchevobbe
Comment 3•7 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 months ago
status-firefox127:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 127 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•