Sha256: c6b3ccb6ad981756075a5a1aef3447852fd2ea045650bcc020a835832de1a6e1

Contents?: true

Size: 701 Bytes

Versions: 3

Compression:

Stored size: 701 Bytes

Contents

class DAP::InvalidatedEventBody < DAP::Base
  # Optional set of logical areas that got invalidated. This property has a hint characteristic: a client can only be expected to make a 'best effort' in honouring the areas but there are no guarantees. If this property is missing, empty, or if values are not understand the client should assume a single value 'all'.
  property :areas, required: false # InvalidatedAreas[]

  # If specified, the client only needs to refetch data related to this thread.
  property :threadId, required: false

  # If specified, the client only needs to refetch data related to this stack frame (and the 'threadId' is ignored).
  property :stackFrameId, required: false
end

Version data entries

3 entries across 3 versions & 1 rubygems

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