Class EnableCommandResponse
Response for 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 EnableCommandResponse : ICommandResponse<EnableCommandSettings>, ICommandResponse
- Inheritance
-
EnableCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
DebuggerId
Unique identifier of the debugger.
[JsonPropertyName("debuggerId")]
public string DebuggerId { get; set; }