Class DebuggerOptions
Inheritance
System.Object
DebuggerOptions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Design.Execution
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class DebuggerOptions
Constructors
DebuggerOptions()
Declaration
public DebuggerOptions()
DebuggerOptions(DebuggerModes, AutoPauseOptions, Boolean)
Declaration
public DebuggerOptions(DebuggerModes mode, AutoPauseOptions autoPauseOption, bool isEnabled)
Parameters
Debugger
|
Auto
|
System.
|
Properties
AutoPauseOption
BreakPoints
Declaration
public IList<Guid> BreakPoints { get; set; }
Property Value
System.
|
IsEnabled
Declaration
public bool IsEnabled { get; set; }
Property Value
System.
|