Class StackFrame (1.0.2)

StackFrame(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represents a stack frame context.

Attributes

NameDescription
function str
Demangled function name at the call site.
location google.cloud.debugger_v2.types.SourceLocation
Source location of the call site.
arguments Sequence[google.cloud.debugger_v2.types.Variable]
Set of arguments passed to this function. Note that this might not be populated for all stack frames.
locals_ Sequence[google.cloud.debugger_v2.types.Variable]
Set of local variables at the stack frame location. Note that this might not be populated for all stack frames.