asAddress property

bool? asAddress
final

If true, the name is a memory address and the debugger should interpret it as a decimal value, or hex value if it is prefixed with 0x.

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

Implementation

final bool? asAddress;