SetScriptBreakpointsAsync Method
Overloads
| SetScriptBreakpointsAsync(IEnumerable<EditorBreakpoint>) |
Set some breakpoints in the script of an app. |
|
| SetScriptBreakpointsAsync(AsyncHandle, IEnumerable<EditorBreakpoint>) |
Set some breakpoints in the script of an app. |
SetScriptBreakpointsAsync(IEnumerable<EditorBreakpoint>)
Set some breakpoints in the script of an app.
Declaration
Task SetScriptBreakpointsAsync([QixName("qBreakpoints")] IEnumerable<EditorBreakpoint> breakpoints)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.Generic.IEnumerable<EditorBreakpoint> | breakpoints |
Information about the breakpoints. |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
SetScriptBreakpointsAsync(AsyncHandle, IEnumerable<EditorBreakpoint>)
Set some breakpoints in the script of an app.
Declaration
Task SetScriptBreakpointsAsync(AsyncHandle asyncHandle, [QixName("qBreakpoints")] IEnumerable<EditorBreakpoint> breakpoints)
Parameters
| Type | Name | Description |
|---|---|---|
| AsyncHandle | asyncHandle |
Handle to asynchronous method request |
| System.Collections.Generic.IEnumerable<EditorBreakpoint> | breakpoints |
Information about the breakpoints. |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |