Class EnableCommandSettings
Enables debugger for the given page. Clients should not assume that the debugging has been enabled until the result for this command is received.
public sealed class EnableCommandSettings : ICommand
- Inheritance
-
EnableCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
MaxScriptsCacheSize
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.
[JsonPropertyName("maxScriptsCacheSize")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? MaxScriptsCacheSize { get; set; }