Class SetPauseOnExceptionsCommandSettings
Defines pause on exceptions state. Can be set to stop on all exceptions, uncaught exceptions,
or caught exceptions, no exceptions. Initial pause on exceptions state is none.
public sealed class SetPauseOnExceptionsCommandSettings : ICommand
- Inheritance
-
SetPauseOnExceptionsCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
State
Pause on exceptions mode.
[JsonPropertyName("state")]
public string State { get; set; }