lib/dap/exception_options.rb in ruby-dap-0.1.2 vs lib/dap/exception_options.rb in ruby-dap-0.1.3
- old
+ new
@@ -1,7 +1,8 @@
require_relative 'exception_path_segment'
require_relative 'exception_break_mode'
+# An ExceptionOptions assigns configuration options to a set of exceptions.
class DAP::ExceptionOptions < DAP::Base
# A path that selects a single or multiple exceptions in a tree. If 'path' is missing, the whole tree is selected.
# By convention the first segment of the path is a category that is used to group exceptions in the UI.
property :path, required: false, as: many(DAP::ExceptionPathSegment)