Class StepIntoCommandSettings
StepInto
public sealed class StepIntoCommandSettings : ICommand
- Inheritance
-
StepIntoCommandSettings
- Implements
- Inherited Members
Properties
BreakOnAsyncCall
Gets or sets the breakOnAsyncCall
[JsonPropertyName("breakOnAsyncCall")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? BreakOnAsyncCall { get; set; }
Property Value
- bool?
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
SkipList
Gets or sets the skipList
[JsonPropertyName("skipList")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public LocationRange[] SkipList { get; set; }