struct WriteMemoryRequest

Defined at line 2747 of file ../../third_party/github.com/google/cppdap/src/include/dap/protocol.h

Writes bytes to memory at the provided location.

Clients should only call this request if the corresponding capability

`supportsWriteMemoryRequest` is true.

Public Members

optional allowPartial
basic_string data
basic_string memoryReference
optional offset