Sha256: 47913870c36b1eb2e955c867d8d05892e7ba9ea07e15ef80f350109c0a9bcd48

Contents?: true

Size: 399 Bytes

Versions: 3

Compression:

Stored size: 399 Bytes

Contents

class DAP::LaunchRequestArguments < DAP::Base
  # If noDebug is true the launch request should launch the program without enabling debugging.
  property :noDebug, required: false

  # 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/launch_request_arguments.rb
ruby-dap-0.1.1 lib/dap/launch_request_arguments.rb
ruby-dap-0.1.0 lib/dap/launch_request_arguments.rb