Sha256: 149ee5bab6813af7a93f5c4bc27d6270b16748957d72aefec90f8c4ad24323df

Contents?: true

Size: 346 Bytes

Versions: 3

Compression:

Stored size: 346 Bytes

Contents

class DAP::TerminatedEventBody < DAP::Base
  # A debug adapter may set 'restart' to true (or to an arbitrary object) to request that the front end restarts the session.
  # The value is not interpreted by the client and passed unmodified as an attribute '__restart' to the 'launch' and 'attach' requests.
  property :restart, required: false
end

Version data entries

3 entries across 3 versions & 1 rubygems

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