data class EnableRequest
Request object containing input parameters for the DebuggerDomain.enable command.
<init> |
Request object containing input parameters for the DebuggerDomain.enable command. EnableRequest(maxScriptsCacheSize: Double? = null) |
maxScriptsCacheSize |
The maximum size in bytes of collected scripts (not referenced by other heap objects) the debugger can hold. Puts no limit if paramter is omitted. val maxScriptsCacheSize: Double? |