Sha256: f1fe9d82b0d777fa21a31ea9b6891b922d7f6ded7996efb9fee4555bae5b37b8
Contents?: true
Size: 394 Bytes
Versions: 1
Compression:
Stored size: 394 Bytes
Contents
require_relative 'breakpoint' # Response to ‘setDataBreakpoints’ request. Returned is information about each # breakpoint created by this request. 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ruby-dap-0.1.3 | lib/dap/set_data_breakpoints_response_body.rb |