Sha256: 98cbea98cf21e5693c68cb20123ede057e03de1ba050162a084f04049d43e06b

Contents?: true

Size: 183 Bytes

Versions: 3

Compression:

Stored size: 183 Bytes

Contents

class DAP::GotoArguments < DAP::Base
  # Set the goto target for this thread.
  property :threadId

  # The location where the debuggee will continue to run.
  property :targetId
end

Version data entries

3 entries across 3 versions & 1 rubygems

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