View source
typedef ExceptionOptions
package vscode.debugProtocol
import vscode.debugProtocol.DebugProtocol
An ExceptionOptions assigns configuration options to a set of exceptions.
Fields
optionalpath:Null<Array<ExceptionPathSegment>>
A path that selects a single or multiple exceptions in a tree. If 'path' is missing, the whole tree is selected. By convention the first segment of the path is a category that is used to group exceptions in the UI.