Open
Bug 1740980
Opened 3 years ago
Updated 2 years ago
Refactor Breakpoints to work based on Source URL
Categories
(DevTools :: Debugger, defect, P3)
DevTools
Debugger
Tracking
(Not tracked)
ASSIGNED
People
(Reporter: bomsy, Assigned: bomsy)
References
(Blocks 1 open bug)
Details
Attachments
(3 files, 1 obsolete file)
Currently there are inconsistencies with breakpoints for same sources per target See Bug 1740202. Lets try to simplify and base it off URLS
Assignee | ||
Comment 1•3 years ago
|
||
Depends on D128742
Assignee | ||
Comment 2•3 years ago
|
||
Depends on D131097
Assignee | ||
Comment 3•3 years ago
|
||
Updated•3 years ago
|
Blocks: dbg-breakpoint
Updated•3 years ago
|
Attachment #9250649 -
Attachment description: Bug 1740980 - [devtools] Make getBreakpointSources based on sourceURL instead of sourceId r= → Bug 1740980 - [devtools] Make getBreakpointSources based on sourceURL instead of sourceId
Updated•3 years ago
|
Assignee: nobody → hmanilla
Status: NEW → ASSIGNED
Updated•3 years ago
|
Attachment #9250647 -
Attachment description: Bug 1740980 - [devtools] Base the breakpoint selectors for source off the urls → Bug 1740980 - [devtools] Refactor getBreakpointsForSource to take a source object rather than the source id r=
Assignee | ||
Comment 4•3 years ago
|
||
Depends on D131097
Assignee | ||
Updated•3 years ago
|
Severity: -- → S3
Priority: -- → P3
Assignee | ||
Comment 5•3 years ago
|
||
See Bug 1740202 for a failing STR and Tests to cover this fix
Updated•2 years ago
|
Attachment #9250647 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•