GoogleApi.CloudDebugger.V2.Model.StackFrame (google_api_cloud_debugger v0.18.0) View Source

Represents a stack frame context.

Attributes

  • arguments (type: list(GoogleApi.CloudDebugger.V2.Model.Variable.t), default: nil) - Set of arguments passed to this function. Note that this might not be populated for all stack frames.
  • function (type: String.t, default: nil) - Demangled function name at the call site.
  • locals (type: list(GoogleApi.CloudDebugger.V2.Model.Variable.t), default: nil) - Set of local variables at the stack frame location. Note that this might not be populated for all stack frames.
  • location (type: GoogleApi.CloudDebugger.V2.Model.SourceLocation.t, default: nil) - Source location of the call site.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.CloudDebugger.V2.Model.StackFrame{
  arguments: [GoogleApi.CloudDebugger.V2.Model.Variable.t()] | nil,
  function: String.t() | nil,
  locals: [GoogleApi.CloudDebugger.V2.Model.Variable.t()] | nil,
  location: GoogleApi.CloudDebugger.V2.Model.SourceLocation.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.