Sha256: 8b4f83b946af289142cfdf4310115a26ac42d6993e1c736a848781cb103e9f53
Contents?: true
Size: 314 Bytes
Versions: 1
Compression:
Stored size: 314 Bytes
Contents
require_relative 'breakpoint' # Response to ‘setInstructionBreakpoints’ request 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ruby-dap-0.1.3 | lib/dap/set_instruction_breakpoints_response_body.rb |