Sha256: e81a442e71e52e7145fce64b7325f4be0405625477ecd2fd8e6da9ff89354884

Contents?: true

Size: 218 Bytes

Versions: 3

Compression:

Stored size: 218 Bytes

Contents

class DAP::ThreadEventBody < DAP::Base
  # The reason for the event.
  # Values: 'started', 'exited', etc.
  property :reason # 'started' | 'exited' | string

  # The identifier of the thread.
  property :threadId
end

Version data entries

3 entries across 3 versions & 1 rubygems

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