Closed
Bug 1902005
Opened 2 years ago
Closed 2 years ago
CodeMirror6: Exceptions is not highlighted on initial page opening
Categories
(DevTools :: Debugger, defect, P2)
DevTools
Debugger
Tracking
(firefox129 fixed)
RESOLVED
FIXED
129 Branch
| Tracking | Status | |
|---|---|---|
| firefox129 | --- | fixed |
People
(Reporter: bomsy, Assigned: bomsy)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
STRs:
- set devtools.debugger.features.codemirror-next = true
- open https://preview-js-test.glitch.me/
- open DevTools > Debugger
- open script2.js
ER: Line 2 should be marked with an exception marker
AR: No marker on line 2
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)
| Assignee | ||
Comment 1•2 years ago
|
||
Depends on D213347
Updated•2 years ago
|
Assignee: nobody → hmanilla
Status: NEW → ASSIGNED
Updated•2 years ago
|
Severity: -- → S3
Priority: -- → P2
Pushed by hmanilla@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/879a89ab042e
[devtools] Fix showing the exception marking on initial component load r=devtools-reviewers,nchevobbe
Comment 3•2 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox129:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 129 Branch
Updated•2 years ago
|
Blocks: cm-debugger-next
You need to log in
before you can comment on or make changes to this bug.
Description
•