DebuggerBreak(Int32) 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(
	int counter_value
)

Parameters

counter_value  Int32
The break point's counter value

See Also