struct SetDataBreakpointsRequest

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

Replaces all existing data breakpoints with new data breakpoints.

To clear all data breakpoints, specify an empty array.

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

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

corresponding capability `supportsDataBreakpoints` is true.

Public Members

vector breakpoints