google-cloud-debugger - Class Google::Cloud::Debugger::Breakpoint::StackFrame (v0.42.2)

Reference documentation and code samples for the google-cloud-debugger class Google::Cloud::Debugger::Breakpoint::StackFrame.

StackFrame

Represents a stack frame context.

See also #stack_frames.

Inherits

  • Object

Methods

#arguments

def arguments()

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

#arguments=

def arguments=(value)

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

#function

def function()

Demangled function name at the call site.

#function=

def function=(value)

Demangled function name at the call site.

#locals

def locals()

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

#locals=

def locals=(value)

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

#location

def location()

Source location of the call site.

#location=

def location=(value)

Source location of the call site.