Class SetBreakpointCommandSettings
SetBreakpoint
public sealed class SetBreakpointCommandSettings : ICommand
- Inheritance
-
SetBreakpointCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
Condition
Gets or sets the condition
[JsonPropertyName("condition")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Condition { get; set; }
Property Value
Location
Gets or sets the location
[JsonPropertyName("location")]
public Location Location { get; set; }