Enum AllowedDebuggerCommands
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