Class: Google::Cloud::Debugger::V2::StackFrame

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/devtools/clouddebugger/v2/data.rb

Overview

Represents a stack frame context.

Instance Attribute Summary collapse

Instance Attribute Details

#arguments::Array<::Google::Cloud::Debugger::V2::Variable>



274
275
276
277
# File 'proto_docs/google/devtools/clouddebugger/v2/data.rb', line 274

class StackFrame
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#function::String



274
275
276
277
# File 'proto_docs/google/devtools/clouddebugger/v2/data.rb', line 274

class StackFrame
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#locals::Array<::Google::Cloud::Debugger::V2::Variable>



274
275
276
277
# File 'proto_docs/google/devtools/clouddebugger/v2/data.rb', line 274

class StackFrame
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#location::Google::Cloud::Debugger::V2::SourceLocation



274
275
276
277
# File 'proto_docs/google/devtools/clouddebugger/v2/data.rb', line 274

class StackFrame
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end