Class
DebuggerOptions

Debugging Options when debugging.

Definition

Namespace:ArtOfTest.WebAii.Design.Execution

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public class DebuggerOptions

Inheritance: objectDebuggerOptions

Constructors

DebuggerOptions()

Declaration

cs-api-definition
public DebuggerOptions()

DebuggerOptions(DebuggerModes, AutoPauseOptions, bool)

Declaration

cs-api-definition
public DebuggerOptions(DebuggerModes mode, AutoPauseOptions autoPauseOption, bool isEnabled)

Parameters

mode

DebuggerModes

autoPauseOption

AutoPauseOptions

isEnabled

bool

Properties

AutoPauseOption

The auto-pause option to use.

Declaration

cs-api-definition
public AutoPauseOptions AutoPauseOption { get; set; }

Property Value

AutoPauseOptions

BreakPoints

Declaration

cs-api-definition
public IList<Guid> BreakPoints { get; set; }

Property Value

IList<Guid>

IsEnabled

Whether the debugger is enabled or not.

Declaration

cs-api-definition
public bool IsEnabled { get; set; }

Property Value

bool

Mode

The mode to use for the debugger.

Declaration

cs-api-definition
public DebuggerModes Mode { get; set; }

Property Value

DebuggerModes

Methods

Clone()

Clone this object

Declaration

cs-api-definition
public DebuggerOptions Clone()

Returns

DebuggerOptions