Sha256: 3f92e972554dd76e6d84635449a791583b328cca9c16c2362990190468d55b7f
Contents?: true
Size: 247 Bytes
Versions: 1
Compression:
Stored size: 247 Bytes
Contents
# Arguments for ‘goto’ request. class DAP::GotoArguments < DAP::Base # Set the goto target for this thread. property :threadId, as: 'number' # The location where the debuggee will continue to run. property :targetId, as: 'number' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ruby-dap-0.1.3 | lib/dap/goto_arguments.rb |