Closed
Bug 1514248
Opened 6 years ago
Closed 6 years ago
Rework setup for debugging xpcshell tests to use real Debugger.Source objects
Categories
(DevTools :: Debugger, enhancement, P2)
DevTools
Debugger
Tracking
(firefox66 fixed)
RESOLVED
FIXED
Firefox 66
Tracking | Status | |
---|---|---|
firefox66 | --- | fixed |
People
(Reporter: loganfsmyth, Assigned: loganfsmyth)
References
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
Currently the xpcshell tests use a private API and luck to implement a custom debugging feature that allows developers to attach an external debugger to a test and pause at the start of the test file before it has executed.
We'd like to remove some of the APIs that it relies on in https://bugzilla.mozilla.org/show_bug.cgi?id=1513655 so we need to update the test setup first.
Assignee | ||
Comment 1•6 years ago
|
||
Pushed by lsmyth@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/72065a75fc01
Reimplement xpcshell test debugging using a public thread-actor API. r=jlast
Comment 3•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox66:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 66
You need to log in
before you can comment on or make changes to this bug.
Description
•