struct GotoTargetsRequest
Defined at line 1021 of file ../../third_party/github.com/google/cppdap/src/include/dap/protocol.h
This request retrieves the possible goto targets for the specified source
location. These targets can be used in the `goto` request. Clients should
only call this request if the corresponding capability
`supportsGotoTargetsRequest` is true.
Public Members
optional column
integer line
Source source