struct GotoTarget

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

A `GotoTarget` describes a code location that can be used as a target in the

`goto` request. The possible goto targets can be determined via the

`gotoTargets` request.

Public Members

optional column
optional endColumn
optional endLine
integer id
optional instructionPointerReference
basic_string label
integer line