Sha256: 39ba34dd1a3081316f4097de648b92ca92ba4af0b4c7f3ae0fc75151f49405a5
Contents?: true
Size: 381 Bytes
Versions: 3
Compression:
Stored size: 381 Bytes
Contents
require_relative 'stack_frame' class DAP::StackTraceResponseBody < DAP::Base # The frames of the stackframe. If the array has length zero, there are no stackframes available. # This means that there is no location information available. property :stackFrames, as: many(DAP::StackFrame) # The total number of frames available. property :totalFrames, required: false end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ruby-dap-0.1.2 | lib/dap/stack_trace_response_body.rb |
ruby-dap-0.1.1 | lib/dap/stack_trace_response_body.rb |
ruby-dap-0.1.0 | lib/dap/stack_trace_response_body.rb |