View source
typedef SetExceptionBreakpointsRequest
package vscode.debugProtocol
import vscode.debugProtocol.DebugProtocol
SetExceptionBreakpoints request; value of command field is 'setExceptionBreakpoints'. The request configures the debuggers response to thrown exceptions. If an exception is configured to break, a 'stopped' event is fired (with reason 'exception'). Clients should only call this request if the capability 'exceptionBreakpointFilters' returns one or more filters