Sha256: d18f6b88e019cbacbf33ebb48952ff3119c46b40db27d303ed09373fa9ac7b2a
Contents?: true
Size: 518 Bytes
Versions: 1
Compression:
Stored size: 518 Bytes
Contents
# An ExceptionBreakpointsFilter is shown in the UI as an option for configuring # how exceptions are dealt with. class DAP::ExceptionBreakpointsFilter < DAP::Base # The internal ID of the filter. This value is passed to the setExceptionBreakpoints request. property :filter, as: 'string' # The name of the filter. This will be shown in the UI. property :label, as: 'string' # Initial value of the filter. If not specified a value 'false' is assumed. property :default, required: false, as: 'boolean' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ruby-dap-0.1.3 | lib/dap/exception_breakpoints_filter.rb |