View source
typedef ReadMemoryArguments
package vscode.debugProtocol
import vscode.debugProtocol.DebugProtocol
Arguments for 'readMemory' request.
Fields
optionaloffset:Null<Int>
Optional offset (in bytes) to be applied to the reference location before reading data. Can be negative.