google_api_cloud_debugger v0.3.0 GoogleApi.CloudDebugger.V2.Model.StackFrame View Source
Represents a stack frame context.
Attributes
- arguments (list(GoogleApi.CloudDebugger.V2.Model.Variable.t)): Set of arguments passed to this function.
Note that this might not be populated for all stack frames. Defaults to
nil
. - function (String.t): Demangled function name at the call site. Defaults to
nil
. - locals (list(GoogleApi.CloudDebugger.V2.Model.Variable.t)): Set of local variables at the stack frame location.
Note that this might not be populated for all stack frames. Defaults to
nil
. - location (GoogleApi.CloudDebugger.V2.Model.SourceLocation.t): Source location of the call site. Defaults to
nil
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.CloudDebugger.V2.Model.StackFrame{
arguments: [GoogleApi.CloudDebugger.V2.Model.Variable.t()],
function: String.t(),
locals: [GoogleApi.CloudDebugger.V2.Model.Variable.t()],
location: GoogleApi.CloudDebugger.V2.Model.SourceLocation.t()
}
t() :: %GoogleApi.CloudDebugger.V2.Model.StackFrame{ arguments: [GoogleApi.CloudDebugger.V2.Model.Variable.t()], function: String.t(), locals: [GoogleApi.CloudDebugger.V2.Model.Variable.t()], location: GoogleApi.CloudDebugger.V2.Model.SourceLocation.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.