Enum
DebuggerModes

The different debugger modes

Definition

Namespace:ArtOfTest.WebAii.Design.Execution

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public enum DebuggerModes

Fields

Normal

Normal debugging execution mode.

Declaration

cs-api-definition
Normal = 0

Field Value

DebuggerModes

ProfilingExecution

Only show the step indicator, disable the buttons

Declaration

cs-api-definition
ProfilingExecution = 2

Field Value

DebuggerModes

SyncErrorDetection

Execute with SyncError detection.

Declaration

cs-api-definition
SyncErrorDetection = 1

Field Value

DebuggerModes