Sha256: f4bbda8191b8a7585ef4a528375f91c4a5d60a2658899eecf80927d1f0651de9

Contents?: true

Size: 246 Bytes

Versions: 1

Compression:

Stored size: 246 Bytes

Contents

require_relative 'step_in_target'

# Response to ‘stepInTargets’ request.
class DAP::StepInTargetsResponseBody < DAP::Base
  # The possible stepIn targets of the specified source location.
  property :targets, as: many(DAP::StepInTarget)
end

Version data entries

1 entries across 1 versions & 1 rubygems

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