Closed
Bug 1183052
Opened 9 years ago
Closed 9 years ago
[ServiceWorkers][DevTools] Check current work related to sw debugging
Categories
(Firefox OS Graveyard :: Gaia, defect)
Firefox OS Graveyard
Gaia
Tracking
(Not tracked)
RESOLVED
WONTFIX
FxOS-S3 (24Jul)
People
(Reporter: arcturus, Unassigned)
References
Details
Eddy has been working hard to get a version of dev tools being able to work with SW.
We did an initial check of his work and found some issues, we will take a deeper look to understand the current state and how we could (potentially) help here.
https://github.com/ejpbruel/gecko-dev/tree/worker-debugging
Reporter | ||
Updated•9 years ago
|
Blocks: nga-toolkit-service-workers
Target Milestone: --- → FxOS-S3 (24Jul)
Reporter | ||
Comment 1•9 years ago
|
||
We have been trying this:
- In order to check the work in that branch you need to disable e10s.
- As well keep the SW allive, since it will die after 5 seconds of the last execution.
- We had some success by doing a setInterval
- With that we are able to stop the debugger attending the sw, but again, it will kill the SW so we won't be able to continue debugging.
Basically we don't have still support for this, and doesn't seem that is an easy path from here, we will need to wait for our colleagues from DevTools to give a hand here.
Reporter | ||
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•