Click or drag to resize
IAppSetScriptBreakpoints Method

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
void SetScriptBreakpoints(
	IEnumerable<EditorBreakpoint> breakpoints
)

Parameters

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

Return Value

Type: 
See Also