Class SetExceptionBreakpointsArguments


  • public class SetExceptionBreakpointsArguments
    extends java.lang.Object
    Arguments for 'setExceptionBreakpoints' request.
    • Constructor Detail

      • SetExceptionBreakpointsArguments

        public SetExceptionBreakpointsArguments()
    • Method Detail

      • getFilters

        public java.lang.String[] getFilters()
        Set of exception filters specified by their ID. The set of all possible exception filters is defined by the Capabilities.getExceptionBreakpointFilters() capability. The 'filter' and 'filterOptions' sets are additive.
      • setFilters

        public void setFilters​(java.lang.String[] filters)
        Set of exception filters specified by their ID. The set of all possible exception filters is defined by the Capabilities.getExceptionBreakpointFilters() capability. The 'filter' and 'filterOptions' sets are additive.
      • setExceptionOptions

        public void setExceptionOptions​(ExceptionOptions[] exceptionOptions)
        Configuration options for selected exceptions.

        The attribute is only honored by a debug adapter if the corresponding capability Capabilities.getSupportsExceptionOptions() is true.

        This is an optional property.

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object