Sha256: b80ecb7b1c43afe00e62b805367abae8a8956e60aedbb4cab3ca9c8e3690139e

Contents?: true

Size: 273 Bytes

Versions: 3

Compression:

Stored size: 273 Bytes

Contents

require_relative 'breakpoint'

class DAP::SetDataBreakpointsResponseBody < DAP::Base
  # Information about the data breakpoints. The array elements correspond to the elements of the input argument 'breakpoints' array.
  property :breakpoints, as: many(DAP::Breakpoint)
end

Version data entries

3 entries across 3 versions & 1 rubygems

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