Closed
Bug 1954109
Opened 8 months ago
Closed 8 months ago
Breakpoint not shown in the gutter of a pretty-printed file
Categories
(DevTools :: Debugger, defect, P2)
Tracking
(firefox138 fixed)
RESOLVED
FIXED
138 Branch
| Tracking | Status | |
|---|---|---|
| firefox138 | --- | fixed |
People
(Reporter: hbenl, Assigned: hbenl)
Details
Attachments
(1 file)
STRs:
- Set a breakpoint in a minified file
- Pretty-print the file
- Go back to the minified version and set another breakpoint on the same line
- Go back to the pretty-printed version
Actual:
Only the first breakpoint is shown in the editor's gutter for the pretty-printed file
Expected:
Both breakpoints should be shown
| Assignee | ||
Updated•8 months ago
|
Assignee: nobody → hbenl
Status: NEW → ASSIGNED
| Assignee | ||
Updated•8 months ago
|
Summary: Zombieish breakpoint in pretty-printed file → Breakpoint not shown in the gutter of a pretty-printed file
Updated•8 months ago
|
Severity: -- → S3
Priority: -- → P2
| Assignee | ||
Comment 1•8 months ago
|
||
Pushed by hbenl@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/cb743703a9ee
[devtools] Update breakpoint positions after pretty-printing. r=ochameau,devtools-reviewers
Comment 3•8 months ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 8 months ago
status-firefox138:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 138 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•