Show / Hide Table of Contents

Enum DebuggerAction.ActionType

Type of the action

Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public enum ActionType

ByteCodeStepIn

Step-in at the bytecode level

ByteCodeStepOut

Step-out at the bytecode level

ByteCodeStepOver

Step-over at the bytecode level

ClearBreakpoint

Clears a breakpoint

HardRefresh

Hard refresh of data

None

No action

Refresh

Refresh the data

ResetBreakpoints

Reset all breakpoints

Run

Continue execution "freely"

SetBreakpoint

Sets a breakpoint

StepIn

Step-in at the source level

StepOut

Step-out at the source level

StepOver

Step-over at the source level

ToggleBreakpoint

Toggles breakpoint

Back to top Built by Itinero, MIT licensed.