Closed
Bug 1509125
Opened 6 years ago
Closed 6 years ago
[remote-dbg-next] Add public API on debugger-client to check if a client is already connected
Categories
(DevTools :: about:debugging, enhancement, P3)
DevTools
about:debugging
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1515612
People
(Reporter: jdescottes, Unassigned)
References
Details
We currently can't call connect() on an already connected DebuggerClient instance.
For remote debugging we are keeping and reusing connected clients between different tools. It would be nice if we could directly have an API on DebuggerClient to know if the client is connected or not. Additionally (or alternatively) we could make connect() safe to call on already connected clients.
Reporter | ||
Updated•6 years ago
|
Priority: -- → P3
Reporter | ||
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
No longer blocks: remote-debugging-ng-m2
You need to log in
before you can comment on or make changes to this bug.
Description
•