EnableRequest

@Serializable
data class EnableRequest(val maxScriptsCacheSize: Double? = null)

Request object containing input parameters for the DebuggerDomain.enable command.

Constructors

Link copied to clipboard
constructor(maxScriptsCacheSize: Double? = null)

Types

Link copied to clipboard
class Builder

A builder for EnableRequest, which allows setting the optional parameters of the DebuggerDomain.enable command via a lambda.

Properties

Link copied to clipboard

The maximum size in bytes of collected scripts (not referenced by other heap objects) the debugger can hold. Puts no limit if parameter is omitted.