Sha256: a6995456b2dd7b3076b7c7b60d22b0a233e4fc4a36b99ae7bdfc9b2734438a1d

Contents?: true

Size: 292 Bytes

Versions: 3

Compression:

Stored size: 292 Bytes

Contents

class DAP::ContinueArguments < DAP::Base
  # Continue execution for the specified thread (if possible).
  # If the backend cannot continue on a single thread but will continue on all threads, it should set the 'allThreadsContinued' attribute in the response to true.
  property :threadId
end

Version data entries

3 entries across 3 versions & 1 rubygems

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