Class: DAP::GotoTarget

Inherits:
Base
  • Object
show all
Defined in:
lib/dap/goto_target.rb

Overview

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.

Method Summary

Methods inherited from Base

#[], build, empty, #initialize, many, one_of, properties, property, property_names, #to_wire, transform, #validate!

Constructor Details

This class inherits a constructor from DAP::Base