Table of Contents

Enum AllowedDebuggerCommands

Namespace
Alternet.Scripter.Debugger
Assembly
Alternet.Scripter.Debugger.Common.v9.dll

Represents commands allowed by the Debugger UI.

[Flags]
public enum AllowedDebuggerCommands

Fields

Break = 16
Compile = 4
EvaluateExpression = 256
None = 0
RunToCursor = 512
StartOrContinue = 1
StartWithoutDebug = 2
StepInto = 32
StepOut = 128
StepOver = 64
Stop = 8