Sha256: 2ed10fa5936d38e46341e2d8c5d52d445b21276351ee3085fd81423719ff747d
Contents?: true
Size: 291 Bytes
Versions: 3
Compression:
Stored size: 291 Bytes
Contents
class DAP::ContinueResponseBody < DAP::Base # If true, the 'continue' request has ignored the specified thread and continued all threads instead. # If this attribute is missing a value of 'true' is assumed for backward compatibility. property :allThreadsContinued, required: false end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ruby-dap-0.1.2 | lib/dap/continue_response_body.rb |
ruby-dap-0.1.1 | lib/dap/continue_response_body.rb |
ruby-dap-0.1.0 | lib/dap/continue_response_body.rb |