Class SetBlackboxExecutionContextsCommandSettings
Replace previous blackbox execution contexts with passed ones. Forces backend to skip stepping/pausing in scripts in these execution contexts. VM will try to leave blackboxed script by performing 'step in' several times, finally resorting to 'step out' if unsuccessful.
public sealed class SetBlackboxExecutionContextsCommandSettings : ICommand
- Inheritance
-
SetBlackboxExecutionContextsCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
UniqueIds
Array of execution context unique ids for the debugger to ignore.
[JsonPropertyName("uniqueIds")]
public string[] UniqueIds { get; set; }
Property Value
- string[]