Table of Contents

Enum AllowedDebuggerCommands

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

Represents commands allowed by the Debugger UI.

[Flags]
public enum AllowedDebuggerCommands

Fields

Break = 16

Break command is allowed.

Compile = 4

Compile command is allowed.

EvaluateExpression = 256

Evaluate expression command is allowed.

None = 0

No command.

RunToCursor = 512

Run to cursor command is allowed.

StartOrContinue = 1

Start and continue commands are allowed.

StartWithoutDebug = 2

Start without debug command is allowed.

StepInto = 32

Step into command is allowed.

StepOut = 128

Step out command is allowed.

StepOver = 64

Step over command is allowed.

Stop = 8

Stop command is allowed.