| IAppScriptObjectBreakpointList Property |
Lists the breakpoints in the script of an app.
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.0.0.0+Build:29.QSM12-CIGS
SyntaxIEnumerable<EditorBreakpoint> BreakpointList { get; set; }Property BreakpointList As IEnumerable(Of EditorBreakpoint)
Get
Set
Property Value
Type:
IEnumerableEditorBreakpoint
See Also