ClassDebuggerOptions
Class
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
autoPauseOption
isEnabled
Properties
AutoPauseOption
The auto-pause option to use.
Declaration
cs-api-definition
public AutoPauseOptions AutoPauseOption { get; set; }
Property Value
IsEnabled
Whether the debugger is enabled or not.
Mode
The mode to use for the debugger.
Methods
Clone()
Clone this object