DebuggerMode Enumeration

Built-in debugger mode.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
C#
public enum DebuggerMode

Members

BreakOnNextBreakpoint0 Set debugger to break on next registered breakpoint.
BreakOnNextEvaluationStep1 Set debugger to break on next detected evaluation step.
TerminateExecution2 Terminates calculations execution.

See Also