exceptionOptions property

List<ExceptionOptions>? exceptionOptions
final

Configuration options for selected exceptions. The attribute is only honored by a debug adapter if the corresponding capability supportsExceptionOptions is true.

Implementation

final List<ExceptionOptions>? exceptionOptions;