StackFrame(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Represents a stack frame context.
Attributes
Name | Description |
function |
str
Demangled function name at the call site. |
location |
google.cloud.debugger_v2.types.SourceLocation
Source location of the call site. |
arguments |
MutableSequence[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_ |
MutableSequence[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. |