DebuggerBreak(String, Boolean) Method

Signals a break point to the attached script debugger.

Definition

Namespace: PCBIScript.DebugHelp
Assembly: PCBI_ScriptEngine (in PCBI_ScriptEngine.dll) Version: 16.0.0.0 (16.0.0.0)
C#
public static void Break(
	string label,
	bool logical_value
)

Parameters

label  String
The break point's label
logical_value  Boolean
The break point's logical value

See Also