EditorBreakpoint Class
Namespace: Qlik.Engine
Assembly: Qlik.Engine.dll
Assembly: Qlik.Engine.dll
Inheritance
-
System.Object
- EditorBreakpoint
Syntax
[ValueClass]
public class EditorBreakpoint : IEditorBreakpoint
Constructors
Name | Description |
---|---|
EditorBreakpoint() |
Properties
Name | Description |
---|---|
bufferName |
Name of the breakpoint. JSON property name: qbufferName |
Enabled |
If set to true then the breakpoint is enabled (in use). JSON property name: qEnabled |
lineIx |
Line number in the script where the breakpoint is set. JSON property name: qlineIx |