memoryReference property
A memory reference associated with this variable.
For pointer type variables, this is generally a reference to the memory
address contained in the pointer.
For executable data, this reference may later be used in a disassemble
request.
This attribute may be returned by a debug adapter if corresponding
capability supportsMemoryReferences
is true.
Implementation
final String? memoryReference;