Sha256: 642d83c6ebc603ec58a43013c3be659a82dd26e0095d9929c9f1c6b6203f03ca

Contents?: true

Size: 273 Bytes

Versions: 1

Compression:

Stored size: 273 Bytes

Contents

# The event indicates that a thread has started or exited.
class DAP::ThreadEventBody < DAP::Base
  # The reason for the event.
  # Values: 'started', 'exited', etc.
  property :reason, as: 'string'

  # The identifier of the thread.
  property :threadId, as: 'number'
end

Version data entries

1 entries across 1 versions & 1 rubygems

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