-
public final class EnableRequestRequest object containing input parameters for the DebuggerDomain.enable command.
-
-
Field Summary
Fields Modifier and Type Field Description private final DoublemaxScriptsCacheSize
-
Constructor Summary
Constructors Constructor Description EnableRequest(Double maxScriptsCacheSize)
-
Method Summary
Modifier and Type Method Description final Doublecomponent1()final EnableRequestcopy(Double maxScriptsCacheSize)final DoublegetMaxScriptsCacheSize()The maximum size in bytes of collected scripts (not referenced by other heap objects) the debugger can hold. -
-
Constructor Detail
-
EnableRequest
EnableRequest(Double maxScriptsCacheSize)
-
-
Method Detail
-
component1
final Double component1()
-
copy
final EnableRequest copy(Double maxScriptsCacheSize)
-
getMaxScriptsCacheSize
final Double getMaxScriptsCacheSize()
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.
-
-
-
-