Sha256: 3c72759f65b57b2ee301abd36c148344516988bcb243a70d25806a3f97e0f357

Contents?: true

Size: 260 Bytes

Versions: 3

Compression:

Stored size: 260 Bytes

Contents

require_relative 'breakpoint'

class DAP::SetInstructionBreakpointsResponseBody < DAP::Base
  # Information about the breakpoints. The array elements correspond to the elements of the '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_instruction_breakpoints_response_body.rb
ruby-dap-0.1.1 lib/dap/set_instruction_breakpoints_response_body.rb
ruby-dap-0.1.0 lib/dap/set_instruction_breakpoints_response_body.rb