Enum DebuggerAction.ActionType
- Namespace
- MoonSharp.Interpreter.Debugging
- Assembly
- Assembly-CSharp.dll
public enum DebuggerAction.ActionType
- Extension Methods
Fields
ByteCodeStepIn = 0ByteCodeStepOut = 2ByteCodeStepOver = 1ClearBreakpoint = 9HardRefresh = 12None = 13Refresh = 11ResetBreakpoints = 10Run = 6SetBreakpoint = 8StepIn = 3StepOut = 5StepOver = 4ToggleBreakpoint = 7