Methods
configureAndConnect
- configureAndConnect(
onPause: (message: OnPauseEvent, complete: () => void) => void,
captureAll: boolean,
): void Parameters
- onPause: (message: OnPauseEvent, complete: () => void) => void
- captureAll: boolean
Returns void
getLocalVariables
- getLocalVariables(objectId: string, callback: (vars: Variables) => void): void
Parameters
- objectId: string
- callback: (vars: Variables) => void
Returns void
setPauseOnExceptions
- setPauseOnExceptions(captureAll: boolean): void
Returns void
Configures and connects to the debug session