App GetScriptBreakpoints Method Qlik Sense .NET SDK - API Reference

Lists the 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 IEnumerable<EditorBreakpoint> GetScriptBreakpoints()

Return Value

Type: OnlineIEnumerable EditorBreakpoint 

Implements

IApp GetScriptBreakpoints 
See Also