Sha256: 2d380db69708d5b4494ea520dd87cdf94e62017c1d789d685fb6e12dc0779949

Contents?: true

Size: 310 Bytes

Versions: 1

Compression:

Stored size: 310 Bytes

Contents

require_relative 'breakpoint_location'

# Response to ‘breakpointLocations’ request. Contains possible locations for
# source breakpoints.
class DAP::BreakpointLocationsResponseBody < DAP::Base
  # Sorted set of possible breakpoint locations.
  property :breakpoints, as: many(DAP::BreakpointLocation)
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ruby-dap-0.1.3 lib/dap/breakpoint_locations_response_body.rb