struct SetBreakpointsResponse
Defined at line 1804 of file ../../third_party/github.com/google/cppdap/src/include/dap/protocol.h
Response to `setBreakpoints` request.
Returned is information about each breakpoint created by this request.
This includes the actual code location and whether the breakpoint could be
verified. The breakpoints returned are in the same order as the elements of
the `breakpoints` (or the deprecated `lines`) array in the arguments.
Public Members
vector breakpoints