Sha256: 3151b1d3f8e734bb5fd19a26290a8eef95685f3b0e55bbe49666c1efdaa1c075

Contents?: true

Size: 377 Bytes

Versions: 3

Compression:

Stored size: 377 Bytes

Contents

class DAP::DataBreakpointInfoArguments < DAP::Base
  # Reference to the Variable container if the data breakpoint is requested for a child of the container.
  property :variablesReference, required: false

  # The name of the Variable's child to obtain data breakpoint information for.
  # If variableReference isn’t provided, this can be an expression.
  property :name
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ruby-dap-0.1.2 lib/dap/data_breakpoint_info_arguments.rb
ruby-dap-0.1.1 lib/dap/data_breakpoint_info_arguments.rb
ruby-dap-0.1.0 lib/dap/data_breakpoint_info_arguments.rb