Reference documentation and code samples for the Stackdriver Debugger V2 Client class StackFrame.
Represents a stack frame context.
Generated from protobuf message google.devtools.clouddebugger.v2.StackFrame
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ function
string
Demangled function name at the call site.
↳ location
↳ arguments
array< Google\Cloud\Debugger\V2\Variable
>
Set of arguments passed to this function. Note that this might not be populated for all stack frames.
↳ locals
array< Google\Cloud\Debugger\V2\Variable
>
Set of local variables at the stack frame location. Note that this might not be populated for all stack frames.
getFunction
Demangled function name at the call site.
string
setFunction
Demangled function name at the call site.
var
string
$this
getLocation
Source location of the call site.
hasLocation
clearLocation
setLocation
Source location of the call site.
$this
getArguments
Set of arguments passed to this function.
Note that this might not be populated for all stack frames.
setArguments
Set of arguments passed to this function.
Note that this might not be populated for all stack frames.
$this
getLocals
Set of local variables at the stack frame location.
Note that this might not be populated for all stack frames.
setLocals
Set of local variables at the stack frame location.
Note that this might not be populated for all stack frames.
$this