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 |
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!