Closed
Bug 1900742
Opened 2 years ago
Closed 2 years ago
CodeMirror6: Paused line is not highlighted for a breakpoint hit on load
Categories
(DevTools :: Source Editor, defect, P2)
DevTools
Source Editor
Tracking
(firefox129 fixed)
RESOLVED
FIXED
129 Branch
| Tracking | Status | |
|---|---|---|
| firefox129 | --- | fixed |
People
(Reporter: jdescottes, Assigned: bomsy)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
STRs:
- set devtools.debugger.features.codemirror-next = true
- open https://juliandescottes.github.io/webcomponents-playground/debugger-example/
- open DevTools > Debugger
- open script.js
- set a breakpoint on line 3
console.log("script loaded"); - close the source
- reload the page
ER: The debugger should pause and line 3 should be highlighted
AR: The debugger pauses but line 3 is not highlighted
Note: this only happens if the file is not opened in the Debugger before reloading. It also doesn't seem to happen for other breakpoints triggered later in the lifecycle of the page (eg you can try with the click handler)
| Reporter | ||
Comment 1•2 years ago
|
||
I was trying to record a screencast and I no longer see the bug. Looks like this is intermittent/inconsistent.
| Reporter | ||
Comment 2•2 years ago
|
||
| Assignee | ||
Updated•2 years ago
|
Severity: -- → S3
Priority: -- → P2
| Assignee | ||
Comment 3•2 years ago
|
||
Updated•2 years ago
|
Assignee: nobody → hmanilla
Status: NEW → ASSIGNED
Pushed by hmanilla@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/62f5c456bc1e
[devtools] Cleanup and make sure line content marker is set on component mount r=devtools-reviewers,nchevobbe
Comment 5•2 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox129:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 129 Branch
Updated•2 years ago
|
QA Whiteboard: [qa-129b-p2]
You need to log in
before you can comment on or make changes to this bug.
Description
•