Class: DAP::SetBreakpointsResponseBody

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

Overview

Response to ‘setBreakpoints’ request. Returned is information about each breakpoint created by this request. This includes the actual code location and whether the breakpoint could be verified. The breakpoints returned are in the same order as the elements of the ‘breakpoints’ (or the deprecated ‘lines’) array in the arguments.

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