Sha256: 10f2db6d449a8bc63e1309ff8f9ea193eee4ed6fd52c57f8dc3b5861e0bc885b

Contents?: true

Size: 505 Bytes

Versions: 1

Compression:

Stored size: 505 Bytes

Contents

# Arguments for ‘launch’ request. Additional attributes are implementation
# specific.
class DAP::LaunchRequestArguments < DAP::Base
  # If noDebug is true the launch request should launch the program without enabling debugging.
  property :noDebug, required: false, as: 'boolean'

  # 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

1 entries across 1 versions & 1 rubygems

Version Path
ruby-dap-0.1.3 lib/dap/launch_request_arguments.rb