Table of Contents

Enum DebuggerAction.ActionType

Namespace
MoonSharp.Interpreter.Debugging
Assembly
Assembly-CSharp.dll
public enum DebuggerAction.ActionType
Extension Methods

Fields

ByteCodeStepIn = 0
ByteCodeStepOut = 2
ByteCodeStepOver = 1
ClearBreakpoint = 9
HardRefresh = 12
None = 13
Refresh = 11
ResetBreakpoints = 10
Run = 6
SetBreakpoint = 8
StepIn = 3
StepOut = 5
StepOver = 4
ToggleBreakpoint = 7