struct Source

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

A `Source` is a descriptor for source code.

It is returned from the debug adapter as part of a `StackFrame` and it is

used by clients when specifying breakpoints.

Public Members

optional adapterData
optional checksums
optional name
optional origin
optional path
optional presentationHint
optional sourceReference
optional sources