struct BreakpointLocationsRequest
Defined at line 210 of file ../../third_party/github.com/google/cppdap/src/include/dap/protocol.h
The `breakpointLocations` request returns all possible locations for source
breakpoints in a given range. Clients should only call this request if the
corresponding capability `supportsBreakpointLocationsRequest` is true.
Public Members
optional column
optional endColumn
optional endLine
integer line
Source source