Cover restoring breakpoint after toolbox closing
Categories
(DevTools :: Debugger, task)
Tracking
(firefox92 fixed)
Tracking | Status | |
---|---|---|
firefox92 | --- | fixed |
People
(Reporter: ochameau, Assigned: jdescottes)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Bug 1721197 - [devtools] Add test re-opening the toolbox after setting breakpoints in evaled sources
48 bytes,
text/x-phabricator-request
|
Details | Review |
Bug 1720512 highlighted that we were (at least) not testing trying to restore breakpoints set on evaled sources.
These breakpoints are not restored as there isn't a good way to designated the transient evaled sources. And in bug 1720512 we were trying to restore them and crashing the debugger.
We might have some test already covering breakpoint restore, but not this particular case?
Thanks to such test, we can them more easily work on bug 1721180, knowing that we have some coverage.
Assignee | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Comment 3•3 years ago
|
||
Backed out for causing dt failures at browser_dbg-breakpoints-in-evaled-sources.js
Backout link: https://hg.mozilla.org/integration/autoland/rev/ca94a827a5180879fe46b016ae7d7d831b1cb8e4
Push where failures appeared: https://treeherder.mozilla.org/jobs?repo=autoland&resultStatus=testfailed%2Cbusted%2Cexception%2Cretry%2Cusercancel&revision=deb455d7a744a7d2bb0fdee634b848640ba18c39&searchStr=dt&selectedTaskRun=FtmyH1kNTxmc-E1XwyZXww.0
Failure log: https://treeherder.mozilla.org/logviewer?job_id=345937648&repo=autoland&lineNumber=4835
Assignee | ||
Comment 4•3 years ago
|
||
Didn't notice the backout, will check later today.
Comment 6•3 years ago
|
||
bugherder |
Assignee | ||
Updated•3 years ago
|
Description
•