Sha256: 4820e8abdf30ddc1ecbaafa641f7422f0dde7a01999599ea596dfd8d8ee89e3f
Contents?: true
Size: 201 Bytes
Versions: 3
Compression:
Stored size: 201 Bytes
Contents
require_relative 'function_breakpoint' class DAP::SetFunctionBreakpointsArguments < DAP::Base # The function names of the breakpoints. property :breakpoints, as: many(DAP::FunctionBreakpoint) end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ruby-dap-0.1.2 | lib/dap/set_function_breakpoints_arguments.rb |
ruby-dap-0.1.1 | lib/dap/set_function_breakpoints_arguments.rb |
ruby-dap-0.1.0 | lib/dap/set_function_breakpoints_arguments.rb |