Click or drag to resize
IAppSetScriptBreakpointsAsync Method (IEnumerableEditorBreakpoint)

Set some breakpoints in the script of an app.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
Task SetScriptBreakpointsAsync(
	IEnumerable<EditorBreakpoint> breakpoints
)

Parameters

breakpoints
Type: System.Collections.GenericIEnumerableEditorBreakpoint
Information about the breakpoints.

Return Value

Type: Task
See Also