Apply previous breakpoints on toolbox opening instead of only when the debugger is opened
Categories
(DevTools :: Debugger, enhancement)
Tracking
(Not tracked)
People
(Reporter: ochameau, Assigned: ochameau)
Details
Attachments
(2 files)
For now, the breakpoints are only restored when the debugger is opened.
It means that if you used to set a breakpoint, close and reopen devtools on the inspector or console (or any panel other than the debugger),
the breakpoints are not going to be functional. Only debugger
statement would work... which is surprising.
Assignee | ||
Comment 1•1 year ago
|
||
Register them as soon as we open devtools, instead of waiting for debugger panel opening.
So that breakpoints can work even if we did not open debugger panel yet.
So far, only debugger statement would force the opening of the debugger.
This allows to remove the redundant code from debugger frontend.
Also clarify in this patch that thread-utils exports thread configurations.
Updated•1 year ago
|
Assignee | ||
Comment 2•1 year ago
|
||
Comment 4•1 year ago
|
||
Backed out for causing dt failures on browser_dbg-old-breakpoint.js
Comment 5•11 months ago
|
||
There are some r+ patches which didn't land and no activity in this bug for 2 weeks.
:ochameau, could you have a look please?
If you still have some work to do, you can add an action "Plan Changes" in Phabricator.
For more information, please visit BugBot documentation.
Comment 6•11 months ago
•
|
||
Deferring to Alex on this, there might be some backout fixes
Assignee | ||
Updated•10 months ago
|
Assignee | ||
Comment 7•10 months ago
|
||
Description
•