Skip to main content

openDebugBrowser

codebolt.debug.openDebugBrowser(url: string, port: number): Promise<OpenDebugBrowserResponse>
Requests to open a debug browser at the specified URL and port.

Parameters

NameTypeDescription
urlstringThe URL where the debug browser should be opened.
portnumberThe 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

Working Progress...