Sha256: 00fc29937697655945044a9183a87f0269b4506c9319b5a3a4eef211da16894b
Contents?: true
Size: 265 Bytes
Versions: 3
Compression:
Stored size: 265 Bytes
Contents
class DAP::AttachRequestArguments < DAP::Base # Optional data from the previous, restarted session. # The data is sent as the 'restart' attribute of the 'terminated' event. # The client should leave the data intact. property :__restart, required: false end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ruby-dap-0.1.2 | lib/dap/attach_request_arguments.rb |
ruby-dap-0.1.1 | lib/dap/attach_request_arguments.rb |
ruby-dap-0.1.0 | lib/dap/attach_request_arguments.rb |