Class SetExceptionBreakpointsArguments
java.lang.Object
com.oracle.truffle.tools.dap.types.JSONBase
com.oracle.truffle.tools.dap.types.SetExceptionBreakpointsArguments
Arguments for 'setExceptionBreakpoints' request.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanConfiguration options for selected exceptions.IDs of checked exception options.inthashCode()setExceptionOptions(List<ExceptionOptions> exceptionOptions) setFilters(List<String> filters)
-
Method Details
-
getFilters
IDs of checked exception options. The set of IDs is returned via the 'exceptionBreakpointFilters' capability. -
setFilters
-
getExceptionOptions
Configuration options for selected exceptions. The attribute is only honored by a debug adapter if the capability 'supportsExceptionOptions' is true. -
setExceptionOptions
public SetExceptionBreakpointsArguments setExceptionOptions(List<ExceptionOptions> exceptionOptions) -
equals
-
hashCode
public int hashCode() -
create
-