EvaluationContext.AddBreakpoint Method

Sets or toggles a breakpoint.

Definition

Namespace: SMath.Math
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public void AddBreakpoint(
	Term term,
	bool toggle
)

Parameters

term  Term
Term to break on.
toggle  Boolean
true to toggle the breakpoint, false to set the breakpoint.

See Also