public class SetExceptionBreakpointsArguments
extends java.lang.Object
Constructor and Description |
---|
SetExceptionBreakpointsArguments() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
ExceptionOptions[] |
getExceptionOptions()
Configuration options for selected exceptions.
|
java.lang.String[] |
getFilters()
IDs of checked exception options.
|
int |
hashCode() |
void |
setExceptionOptions(ExceptionOptions[] exceptionOptions)
Configuration options for selected exceptions.
|
void |
setFilters(java.lang.String[] filters)
IDs of checked exception options.
|
java.lang.String |
toString() |
@Pure public java.lang.String[] getFilters()
public void setFilters(java.lang.String[] filters)
@Pure public ExceptionOptions[] getExceptionOptions()
The attribute is only honored by a debug adapter if the capability 'supportsExceptionOptions' is true.
This is an optional property.
public void setExceptionOptions(ExceptionOptions[] exceptionOptions)
The attribute is only honored by a debug adapter if the capability 'supportsExceptionOptions' is true.
This is an optional property.
@Pure public java.lang.String toString()
toString
in class java.lang.Object
@Pure public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
@Pure public int hashCode()
hashCode
in class java.lang.Object