DebuggerBreak(String, Int32, String) 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,
	int counter_value,
	string message
)

Parameters

label  String
The break point's label
counter_value  Int32
The break point's counter value
message  String
A related message

See Also