For `--backgroundtask ... --jsdebugger`, preserve devtools profile outside of temporary background profile
Categories
(Toolkit :: Application Update, enhancement, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox103 | --- | fixed |
People
(Reporter: nalexander, Assigned: nalexander)
References
Details
Attachments
(1 file)
Bug 1686344 added support for the JS debugger and devtools in --backgroundtask
mode. The devtools profile is kept inside the temporary background profile, however, which means that breakpoints, etc are not preserved across repeated debugging invocations. This ticket tracks lifting it out of that default location, so that it's easier to repeatedly debug.
Assignee | ||
Comment 1•1 year ago
|
||
For --backgroundtask ... --jsdebugger
invocations, the devtools
profile is kept inside the temporary background profile. This means
that breakpoints, etc are not preserved across repeated debugging
invocations; this change it's eases the debugging process.
Comment 2•1 year ago
|
||
@nalexander, looks like the attached revision is ready to merge?
Updated•1 year ago
|
Comment 3•1 year ago
|
||
There's a r+ patch which didn't land and no activity in this bug for 2 weeks.
:nalexander, 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 auto_nag documentation.
Assignee | ||
Comment 5•1 year ago
|
||
(In reply to Nicolas Chevobbe [:nchevobbe] from comment #4)
Nick, should we land this?
There's no urgency, and I'm doing related things that will want some changes here; I'll land it eventually.
Updated•1 year ago
|
Pushed by nalexander@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/b22029c96f67 Preserve devtools profile outside of ephemeral background profile. r=devtools-reviewers,nchevobbe
Description
•