URL of the inspector server for a runtime instance.
This is used to check if the inspector is enabled and to get
the WebSocket URL for connecting to the debugger.
Channel for forwarding worker inspector session proxies to the main runtime.
Workers send their InspectorSessionProxy through this channel to establish
bidirectional debugging communication with the main inspector session.
Creates a global inspector server at the given address with the given name.
Returns a reference to the server if created successfully, or the existing
server if one was already created (ignoring the provided parameters).
Stops the global inspector server if it exists.
This abruptly closes all pending connections and deregisters all inspectors.
The server continues to run and can accept new connections/registrations.