View source
typedef ReadMemoryRequest
package vscode.debugProtocol
import vscode.debugProtocol.DebugProtocol
ReadMemory request; value of command field is 'readMemory'. Reads bytes from memory at the provided location. Clients should only call this request if the capability 'supportsReadMemoryRequest' is true.