possibleBreakpoints property

  1. @optional
List<int>? possibleBreakpoints
getter/setter pair

Possible breakpoint information for this range, represented as a sorted list of token positions (or line numbers if reportLines was enabled). Provided only when the when the PossibleBreakpoint report has been requested and the range has been compiled.

Implementation

@optional
List<int>? possibleBreakpoints;