Class ContinueToLocationCommandSettings
Continues execution until specific location is reached.
public sealed class ContinueToLocationCommandSettings : ICommand
- Inheritance
-
ContinueToLocationCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
Location
Location to continue to.
[JsonPropertyName("location")]
public Location Location { get; set; }
Property Value
TargetCallFrames
Gets or sets the targetCallFrames
[JsonPropertyName("targetCallFrames")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? TargetCallFrames { get; set; }