Sha256: a8c5b4f83f8f1a02193b3a16a4d5dc165141347946204fb8080ca5fdbf11a0c6
Contents?: true
Size: 207 Bytes
Versions: 3
Compression:
Stored size: 207 Bytes
Contents
require_relative 'breakpoint_location' class DAP::BreakpointLocationsResponseBody < DAP::Base # Sorted set of possible breakpoint locations. property :breakpoints, as: many(DAP::BreakpointLocation) end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ruby-dap-0.1.2 | lib/dap/breakpoint_locations_response_body.rb |
ruby-dap-0.1.1 | lib/dap/breakpoint_locations_response_body.rb |
ruby-dap-0.1.0 | lib/dap/breakpoint_locations_response_body.rb |