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.

Fields

line:Int

The line of the goto target.

label:String

The name of the goto target (shown in the UI).

@:optionaloptionalinstructionPointerReference:Null<String>

Optional memory reference for the instruction pointer value represented by this target.

id:Int

Unique identifier for a goto target. This is used in the goto request.

@:optionaloptionalendLine:Null<Int>

An optional end line of the range covered by the goto target.

@:optionaloptionalendColumn:Null<Int>

An optional end column of the range covered by the goto target.

@:optionaloptionalcolumn:Null<Int>

An optional column of the goto target.