Class GetPossibleBreakpointsCommandSettings
GetPossibleBreakpoints
public sealed class GetPossibleBreakpointsCommandSettings : ICommand
- Inheritance
-
GetPossibleBreakpointsCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
End
Gets or sets the end
[JsonPropertyName("end")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public Location End { get; set; }
Property Value
RestrictToFunction
Gets or sets the restrictToFunction
[JsonPropertyName("restrictToFunction")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? RestrictToFunction { get; set; }
Property Value
- bool?
Start
Gets or sets the start
[JsonPropertyName("start")]
public Location Start { get; set; }