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>

Returns Set of arguments passed to this function. Note that this might not be populated for all stack frames.

Returns:



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

Returns Demangled function name at the call site.

Returns:

  • (::String)

    Demangled function name at the call site.



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>

Returns Set of local variables at the stack frame location. Note that this might not be populated for all stack frames.

Returns:



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

Returns Source location of the call site.

Returns:



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