EnableParameter

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

Constructors

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

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.