Sha256: ed1bc22bdb72945bbd7ec0dcad6771f5dabfd9f878014c1cf844da16408050c7
Contents?: true
Size: 304 Bytes
Versions: 3
Compression:
Stored size: 304 Bytes
Contents
class DAP::ModulesArguments < DAP::Base # The index of the first module to return; if omitted modules start at 0. property :startModule, required: false # The number of modules to return. If moduleCount is not specified or 0, all modules are returned. property :moduleCount, required: false end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ruby-dap-0.1.2 | lib/dap/modules_arguments.rb |
ruby-dap-0.1.1 | lib/dap/modules_arguments.rb |
ruby-dap-0.1.0 | lib/dap/modules_arguments.rb |