Sha256: 727aca6bf4e0f269b9a39d12c3c0ed47151e6ce8688e32c9297270fb6b1a4530

Contents?: true

Size: 380 Bytes

Versions: 3

Compression:

Stored size: 380 Bytes

Contents

class DAP::ReadMemoryArguments < DAP::Base
  # Memory reference to the base location from which data should be read.
  property :memoryReference

  # Optional offset (in bytes) to be applied to the reference location before reading data. Can be negative.
  property :offset, required: false

  # Number of bytes to read at the specified location and offset.
  property :count
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ruby-dap-0.1.2 lib/dap/read_memory_arguments.rb
ruby-dap-0.1.1 lib/dap/read_memory_arguments.rb
ruby-dap-0.1.0 lib/dap/read_memory_arguments.rb