App SetScriptBreakpoints Method Qlik Sense .NET SDK - API Reference

Set some breakpoints in the script of an app.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax

public void SetScriptBreakpoints(
	IEnumerable<EditorBreakpoint> breakpoints
)

Parameters

breakpoints
Type: OnlineSystem.Collections.Generic IEnumerable EditorBreakpoint 
Information about the breakpoints.

Implements

IApp SetScriptBreakpoints(IEnumerable EditorBreakpoint )
See Also