struct SetBreakpointsRequest
Defined at line 1852 of file ../../third_party/github.com/google/cppdap/src/include/dap/protocol.h
Sets multiple breakpoints for a single source and clears all previous
breakpoints in that source. To clear all breakpoint for a source, specify an
empty array. When a breakpoint is hit, a `stopped` event (with reason
`breakpoint`) is generated.
Public Members
optional breakpoints
optional lines
Source source
optional sourceModified