Class SetBreakpointOnFunctionCallCommandSettings
SetBreakpointOnFunctionCall
public sealed class SetBreakpointOnFunctionCallCommandSettings : ICommand- Inheritance
- 
      
      SetBreakpointOnFunctionCallCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }Property Value
Condition
Gets or sets the condition
[JsonPropertyName("condition")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Condition { get; set; }Property Value
ObjectId
Gets or sets the objectId
[JsonPropertyName("objectId")]
public string ObjectId { get; set; }