Sha256: 83402c2bc7e1c49701883167ba19537f1ed2e939494650aa0d33e041e80d59d0

Contents?: true

Size: 253 Bytes

Versions: 3

Compression:

Stored size: 253 Bytes

Contents

class DAP::ContinuedEventBody < DAP::Base
  # The thread which was continued.
  property :threadId

  # If 'allThreadsContinued' is true, a debug adapter can announce that all threads have continued.
  property :allThreadsContinued, required: false
end

Version data entries

3 entries across 3 versions & 1 rubygems

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