Skip to main content Skip to complementary content

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

      public 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

Implements

SetScriptBreakpointsAsync(AsyncHandle, IEnumerable<EditorBreakpoint>)

Set some breakpoints in the script of an app.

Declaration

      public 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

Implements

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!