Class SetBlackboxedRangesCommandSettings
Makes backend skip steps in the script in blackboxed ranges. VM will try leave blacklisted scripts by performing 'step in' several times, finally resorting to 'step out' if unsuccessful. Positions array contains positions where blackbox state is changed. First interval isn't blackboxed. Array should be sorted.
public sealed class SetBlackboxedRangesCommandSettings : ICommand
- Inheritance
-
SetBlackboxedRangesCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
Positions
Gets or sets the positions
[JsonPropertyName("positions")]
public ScriptPosition[] Positions { get; set; }
Property Value
ScriptId
Id of the script.
[JsonPropertyName("scriptId")]
public string ScriptId { get; set; }