start property

int? start
final

The index of the first variable to return; if omitted children start at 0. The attribute is only honored by a debug adapter if the corresponding capability supportsVariablePaging is true.

Implementation

final int? start;