Remove breakpoints shifting functionality in the debugger
Categories
(DevTools :: Debugger, defect, P3)
Tracking
(firefox102 fixed)
Tracking | Status | |
---|---|---|
firefox102 | --- | fixed |
People
(Reporter: bomsy, Assigned: bomsy)
References
(Blocks 2 open bugs)
Details
Attachments
(1 file, 3 obsolete files)
(deleted),
text/x-phabricator-request
|
Details |
Breakpoint shifting has been a source of issues in the debugger, especially causing zombie breakpoints issues. We decided to remove this.
Most of the functionality is in syncBreakpoint
here https://searchfox.org/mozilla-central/rev/2bdaa395cb841b28f8ef74882a61df5efeedb42b/devtools/client/debugger/src/actions/breakpoints/syncBreakpoint.js#71-168
Assignee | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Assignee | ||
Comment 2•3 years ago
|
||
Updated•3 years ago
|
Assignee | ||
Comment 3•3 years ago
|
||
Assignee | ||
Comment 4•3 years ago
|
||
Updated•3 years ago
|
Comment 5•3 years ago
|
||
Comment on attachment 9270216 [details]
Bug 1755197 - [devtools] Remove server breakpoint on syncing when location in source no longer exists r=ochameau
Revision D142545 was moved to bug 1762865. Setting attachment 9270216 [details] to obsolete.
Updated•3 years ago
|
Comment 6•3 years ago
|
||
Comment on attachment 9268232 [details]
Bug 1755197 - [devtools] Cleanup up remaping breakpoints
Revision D141341 was moved to bug 1763386. Setting attachment 9268232 [details] to obsolete.
Comment 7•3 years ago
|
||
Comment on attachment 9269370 [details]
Bug 1755197 - [devtools] Add tests for breakpoints in original source whose generated source content changes on reload
Revision D142047 was moved to bug 1764055. Setting attachment 9269370 [details] to obsolete.
Description
•