openDebugBrowser
codebolt.debug.openDebugBrowser(url: string, port: number): Promise<OpenDebugBrowserResponse>
Requests to open a debug browser at the specified URL and port.
Parameters
Name | Type | Description |
---|---|---|
url | string | The URL where the debug browser should be opened. |
port | number | The port on which the debug browser will listen. |
Returns:
Promise<OpenDebugBrowserResponse>
A promise that resolves with the response from the open debug browser event.status
Comming soon...