Sha256: 8cb796408b5ca1608d54fc1fd9e9c2c8e08ee311d633f0cb08540cdcbbb62723
Contents?: true
Size: 257 Bytes
Versions: 3
Compression:
Stored size: 257 Bytes
Contents
require_relative 'breakpoint' class DAP::SetFunctionBreakpointsResponseBody < DAP::Base # Information about the breakpoints. The array elements correspond to the elements of the 'breakpoints' array. property :breakpoints, as: many(DAP::Breakpoint) end
Version data entries
3 entries across 3 versions & 1 rubygems