bytes property

int? bytes
final

If specified, a debug adapter should return information for the range of memory extending bytes number of bytes from the address or variable specified by name. Breakpoints set using the resulting data ID should pause on data access anywhere within that range.

Clients may set this property only if the supportsDataBreakpointBytes capability is true.

Implementation

final int? bytes;