Sha256: 61e53d99b1b15a594d0b84f4bfc781dabeef3b4152d30e8a336269ca47d9ecd6

Contents?: true

Size: 382 Bytes

Versions: 1

Compression:

Stored size: 382 Bytes

Contents

require_relative 'breakpoint'

# Response to ‘setFunctionBreakpoints’ request. Returned is information about each
# breakpoint created by this request.
class DAP::SetFunctionBreakpointsResponseBody < 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

1 entries across 1 versions & 1 rubygems

Version Path
ruby-dap-0.1.3 lib/dap/set_function_breakpoints_response_body.rb