openDebugBrowser
plugin.debug.openDebugBrowser(url: string, port: number): Promise<OpenDebugBrowserResponse>
Requests to open a debug browser at the specified URL and port.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
url | string | Yes | The URL where the debug browser should be opened. |
port | number | Yes | The port on which the debug browser will listen. |