Sha256: 249a4c78dd2dfe00424a4de7cae15bd4f26f664ca003c3feb7412053f32a14d2
Contents?: true
Size: 255 Bytes
Versions: 1
Compression:
Stored size: 255 Bytes
Contents
require_relative 'function_breakpoint' # Arguments for ‘setFunctionBreakpoints’ request. class DAP::SetFunctionBreakpointsArguments < DAP::Base # The function names of the breakpoints. property :breakpoints, as: many(DAP::FunctionBreakpoint) end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ruby-dap-0.1.3 | lib/dap/set_function_breakpoints_arguments.rb |