Debugger should show sources for ContentProcessTargets
Categories
(DevTools :: Debugger, enhancement, P1)
Tracking
(Not tracked)
People
(Reporter: yulia, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(3 files)
For the debugger, we need to be able to show other processes than the main process in the UI. We currently have a ui for workers but not the processes.
Reporter | ||
Updated•5 years ago
|
Comment 1•5 years ago
|
||
Clarifying the title, as the Sources panel has UI already to show worker sources, which can be tested with http://dbg-workers.glitch.me/
Comment 2•5 years ago
|
||
FWIW the intent with the windowless workers UI was that it should be forward-compatible with fission threads. Main threads for other content processes would show up in the UI as if they were worker threads, they just need new names and the plumbing required to supply their sources, pause state, etc. to the debugger.
Comment 3•5 years ago
|
||
Yulia, do you have a test case in mind?
Also, what do you think would need to be done in terms of listing to the other processes?
Reporter | ||
Updated•5 years ago
|
Reporter | ||
Comment 5•5 years ago
|
||
Reporter | ||
Comment 6•5 years ago
|
||
Updated•5 years ago
|
Updated•5 years ago
|
Comment 7•5 years ago
|
||
Closing as the debugger now shows content processes and their sources in the sources tree. We will need follow up bugs to improve the UI, but they now behave similar to workers.
Updated•5 years ago
|
Reporter | ||
Updated•5 years ago
|
Updated•5 years ago
|
Description
•