Sha256: 47685088341cb3b9fcdadac97ed786800750a2036bd9e7521035222743fcd8c5
Contents?: true
Size: 273 Bytes
Versions: 1
Compression:
Stored size: 273 Bytes
Contents
require_relative 'instruction_breakpoint' # Arguments for ‘setInstructionBreakpoints’ request class DAP::SetInstructionBreakpointsArguments < DAP::Base # The instruction references of the breakpoints property :breakpoints, as: many(DAP::InstructionBreakpoint) end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ruby-dap-0.1.3 | lib/dap/set_instruction_breakpoints_arguments.rb |