Closed
Bug 874753
Opened 12 years ago
Closed 8 years ago
Debugger should be able to list child processes
Categories
(DevTools :: Debugger, defect, P1)
DevTools
Debugger
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: jimb, Assigned: jimb)
References
(Depends on 1 open bug)
Details
Attachments
(1 file, 1 obsolete file)
The debugging protocol server's root actor should implement the listChildProcesses request, as specified here:
https://github.com/jimblandy/DebuggerDocs/blob/b2g-subprocesses/protocol
| Assignee | ||
Comment 1•12 years ago
|
||
Here's a work-in-progress patch, with some passing xpcshell tests.
Assignee: nobody → jimb
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•12 years ago
|
||
The child process actors don't do anything yet, but you can list them and get notified when new ones start or old ones stop.
| Assignee | ||
Updated•12 years ago
|
Updated•12 years ago
|
Priority: -- → P1
Comment 4•11 years ago
|
||
Alex, I seem to recall you ended up implementing support for child processes a bit differently. Do we still need this bug?
Flags: needinfo?(poirot.alex)
Comment 5•11 years ago
|
||
Flags: needinfo?(poirot.alex)
Updated•11 years ago
|
Summary: JS debugger: RootActor should implement listChildProcesses request → Debugger should be able to list child processes
Comment 6•8 years ago
|
||
:jimb, I don't think this is necessary anymore. amirite?
Flags: needinfo?(jimb)
| Assignee | ||
Comment 7•8 years ago
|
||
Yeah, this is totally outdated. We took entirely different approaches in every case.
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Flags: needinfo?(jimb)
Resolution: --- → WONTFIX
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•