Shift-clicking line-breakpoint does not toggle all enabled column breakpoints
Categories
(DevTools :: Debugger, defect, P2)
Tracking
(firefox68 fixed)
| Tracking | Status | |
|---|---|---|
| firefox68 | --- | fixed |
People
(Reporter: jlast, Assigned: davidwalsh)
References
Details
Attachments
(2 files)
Follow up on #7241: Review Critical Path Interactions
STR:
- Enable multiple column breakpoints on a line
- Shift-click the line breakpoints
AR: Only the first column breakpoint gets toggled
ER: All enabled column breakpoints get disabled and on second click enabled again
| Assignee | ||
Updated•6 years ago
|
| Assignee | ||
Comment 1•6 years ago
|
||
Implements a function to enable or disable all breakpoints on a line based on shift-clicking. Uses the first breakpoint's state to decide whether to enable or disable all.
Comment 3•6 years ago
|
||
Backed out changeset a1c5e97960d0 (bug 1537596) for causing debugger test perma failure
push that caused the backout: https://treeherder.mozilla.org/#/jobs?repo=autoland&resultStatus=testfailed%2Cbusted%2Cexception&classifiedState=unclassified&selectedJob=235328305&revision=a1c5e97960d018765655172190d7661c89039694
backout: https://hg.mozilla.org/integration/autoland/rev/2c4f799e65b2fad5790d8edd549bf69ba6248301
| Assignee | ||
Comment 4•6 years ago
|
||
Implements a function to enable or disable all breakpoints on a line based on shift-clicking. Uses the first breakpoint's state to decide whether to enable or disable all.
Comment 6•6 years ago
|
||
| bugherder | ||
Updated•6 years ago
|
| Assignee | ||
Updated•6 years ago
|
Comment 7•6 years ago
|
||
Description
•