Sha256: 613bb235096233c69dd5b481fa048221e6a3f749fca6d7a8cc3c091d33b921c6

Contents?: true

Size: 329 Bytes

Versions: 1

Compression:

Stored size: 329 Bytes

Contents

# A StepInTarget can be used in the ‘stepIn’ request and determines into which
# single target the stepIn request should step.
class DAP::StepInTarget < DAP::Base
  # Unique identifier for a stepIn target.
  property :id, as: 'number'

  # The name of the stepIn target (shown in the UI).
  property :label, as: 'string'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ruby-dap-0.1.3 lib/dap/step_in_target.rb