Sha256: cd928899f5fb2741650a45d7b00671bb32fbd6147c9e08089af7586e227a14f0

Contents?: true

Size: 470 Bytes

Versions: 3

Compression:

Stored size: 470 Bytes

Contents

require_relative 'exception_options'

class DAP::SetExceptionBreakpointsArguments < DAP::Base
  # IDs of checked exception options. The set of IDs is returned via the 'exceptionBreakpointFilters' capability.
  property :filters

  # Configuration options for selected exceptions.
  # The attribute is only honored by a debug adapter if the capability 'supportsExceptionOptions' is true.
  property :exceptionOptions, required: false, as: many(DAP::ExceptionOptions)
end

Version data entries

3 entries across 3 versions & 1 rubygems

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