struct SetExceptionBreakpointsRequest

Defined at line 1985 of file ../../third_party/github.com/google/cppdap/src/include/dap/protocol.h

The request configures the debugger's response to thrown exceptions. Each of

the `filters`, `filterOptions`, and `exceptionOptions` in the request are

independent configurations to a debug adapter indicating a kind of exception

to catch. An exception thrown in a program should result in a `stopped` event

from the debug adapter (with reason `exception`) if any of the configured

filters match. Clients should only call this request if the corresponding

capability `exceptionBreakpointFilters` returns one or more filters.

Public Members

optional exceptionOptions
optional filterOptions
vector filters