Closed
Bug 1894379
Opened 1 year ago
Closed 1 year ago
Breakable lines gutter markers are not dispalyed on initial load
Categories
(DevTools :: Debugger, defect, P2)
DevTools
Debugger
Tracking
(firefox127 verified)
VERIFIED
FIXED
127 Branch
| Tracking | Status | |
|---|---|---|
| firefox127 | --- | verified |
People
(Reporter: bomsy, Assigned: bomsy)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
STR
Note: Make sure the pref devtools.debugger.features.codemirror-next is true
- Goto https://todomvc.com/ and open the debugger
- Open https://todomvc.com/site-assets/main.js
- Notice the breakable lines can be seen in the line number gutter
- Close and reopen devtools, then go to the debugger
- Main.js should should be the selected source
- Check the line number gutter
ER
The breakable lines can be seen in the line number gutter.
AR
breakable lines are not highlighted in the line number gutter
| Assignee | ||
Updated•1 year ago
|
Type: enhancement → defect
| Assignee | ||
Comment 1•1 year ago
|
||
Updated•1 year ago
|
Assignee: nobody → hmanilla
Status: NEW → ASSIGNED
Updated•1 year ago
|
Severity: -- → S3
Priority: -- → P2
Pushed by hmanilla@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/286a373804e5
[devtools] Make sure empty line markers are rendered on initial load r=devtools-reviewers,nchevobbe
Comment 3•1 year ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox127:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 127 Branch
Updated•1 year ago
|
Flags: qe-verify+
Comment 4•1 year ago
|
||
I've repro this issue on Win 11 with STR from comment 0, on an affected Nightly build (2024-04-30). Thanks, Hubert Boma for the details provided offline.
The issue is verified as fixed on Release 127.0 with Win 11, macOS 14 and Ubuntu 20.04.
Updated•1 year ago
|
Blocks: cm-debugger-next
You need to log in
before you can comment on or make changes to this bug.
Description
•