struct SetFunctionBreakpointsRequest

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

Replaces all existing function breakpoints with new function breakpoints.

To clear all function breakpoints, specify an empty array.

When a function breakpoint is hit, a `stopped` event (with reason `function

breakpoint`) is generated. Clients should only call this request if the

corresponding capability `supportsFunctionBreakpoints` is true.

Public Members

vector breakpoints