BreakpointList Property
Overloads
| BreakpointList | Lists the breakpoints in the script of an app. JSON property name: qBreakpointList | 
BreakpointList
Lists the breakpoints in the script of an app.
JSON property name: qBreakpointList
Declaration
      IEnumerable<EditorBreakpoint> BreakpointList { get; set; }
    
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.IEnumerable<EditorBreakpoint> |