DebuggerBreak Method

Overload List

Break Signals a break point to the attached script debugger.
Break(Boolean) Signals a break point to the attached script debugger.
Break(Int32) Signals a break point to the attached script debugger.
Break(String) Signals a break point to the attached script debugger.
Break(Boolean, Int32) Signals a break point to the attached script debugger.
Break(Boolean, String) Signals a break point to the attached script debugger.
Break(Int32, String) Signals a break point to the attached script debugger.
Break(IPCBIScript, Int32) 
Break(String, Boolean) Signals a break point to the attached script debugger.
Break(String, Int32) Signals a break point to the attached script debugger.
Break(String, String) Signals a break point to the attached script debugger.
Break(Boolean, Int32, String) Signals a break point to the attached script debugger.
Break(String, Boolean, Int32) Signals a break point to the attached script debugger.
Break(String, Boolean, String) Signals a break point to the attached script debugger.
Break(String, Int32, String) Signals a break point to the attached script debugger.
Break(String, Boolean, Int32, String) Signals a break point to the attached script debugger.

See Also