DevTools/Features/Debugger: Difference between revisions

Line 327: Line 327:
=== Debugging compartments ===
=== Debugging compartments ===
* The debugger must be in a separate compartment from the debuggee, some sort of sandbox/new global-and-compartment for hosting a given connection's debugging actors on a thread.
* The debugger must be in a separate compartment from the debuggee, some sort of sandbox/new global-and-compartment for hosting a given connection's debugging actors on a thread.
=== Schedule Items ===
* Releasing actor subtrees
* Local Transport
* Browser root actor
* Browser tab actors
* e10s content process root actor


== Protocol Client API ==
== Protocol Client API ==
Confirmed users
673

edits