Sha256: a4e3654516a86c011c88f9acb84d752e58fc406d9010b388daadda283a83c7c5

Contents?: true

Size: 362 Bytes

Versions: 3

Compression:

Stored size: 362 Bytes

Contents

class DAP::ExceptionBreakpointsFilter < DAP::Base
  # The internal ID of the filter. This value is passed to the setExceptionBreakpoints request.
  property :filter

  # The name of the filter. This will be shown in the UI.
  property :label

  # Initial value of the filter. If not specified a value 'false' is assumed.
  property :default, required: false
end

Version data entries

3 entries across 3 versions & 1 rubygems

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