Cloud Debugger V2 API - Class Google::Cloud::Debugger::V2::StackFrame (v0.3.5)

Reference documentation and code samples for the Cloud Debugger V2 API class Google::Cloud::Debugger::V2::StackFrame.

Represents a stack frame context.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#arguments

def arguments() -> ::Array<::Google::Cloud::Debugger::V2::Variable>
Returns

#arguments=

def arguments=(value) -> ::Array<::Google::Cloud::Debugger::V2::Variable>
Parameter
Returns

#function

def function() -> ::String
Returns
  • (::String) — Demangled function name at the call site.

#function=

def function=(value) -> ::String
Parameter
  • value (::String) — Demangled function name at the call site.
Returns
  • (::String) — Demangled function name at the call site.

#locals

def locals() -> ::Array<::Google::Cloud::Debugger::V2::Variable>
Returns

#locals=

def locals=(value) -> ::Array<::Google::Cloud::Debugger::V2::Variable>
Parameter
Returns

#location

def location() -> ::Google::Cloud::Debugger::V2::SourceLocation
Returns

#location=

def location=(value) -> ::Google::Cloud::Debugger::V2::SourceLocation
Parameter
Returns