View source
typedef SetExceptionBreakpointsArguments
package vscode.debugProtocol
import vscode.debugProtocol.DebugProtocol
Arguments for 'setExceptionBreakpoints' request.
Fields
filters:Array<String>
IDs of checked exception options. The set of IDs is returned via the 'exceptionBreakpointFilters' capability.
optionalexceptionOptions:Null<Array<ExceptionOptions>>
Configuration options for selected exceptions. The attribute is only honored by a debug adapter if the capability 'supportsExceptionOptions' is true.