SetScriptBreakpoints Method
Overloads
| SetScriptBreakpoints(IEnumerable<EditorBreakpoint>) |
Set some breakpoints in the script of an app. |
SetScriptBreakpoints(IEnumerable<EditorBreakpoint>)
Set some breakpoints in the script of an app.
Declaration
public void SetScriptBreakpoints([QixName("qBreakpoints")] IEnumerable<EditorBreakpoint> breakpoints)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.Generic.IEnumerable<EditorBreakpoint> | breakpoints |
Information about the breakpoints. |