Class: Google::Devtools::Clouddebugger::V2::StackFrame

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/debugger/v2/doc/google/devtools/clouddebugger/v2/data.rb

Overview

Represents a stack frame context.

Instance Attribute Summary collapse

Instance Attribute Details

#argumentsArray<Google::Devtools::Clouddebugger::V2::Variable>

Returns Set of arguments passed to this function. Note that this might not be populated for all stack frames.

Returns:



252
# File 'lib/google/cloud/debugger/v2/doc/google/devtools/clouddebugger/v2/data.rb', line 252

class StackFrame; end

#functionString

Returns Demangled function name at the call site.

Returns:

  • (String)

    Demangled function name at the call site.



252
# File 'lib/google/cloud/debugger/v2/doc/google/devtools/clouddebugger/v2/data.rb', line 252

class StackFrame; end

#localsArray<Google::Devtools::Clouddebugger::V2::Variable>

Returns Set of local variables at the stack frame location. Note that this might not be populated for all stack frames.

Returns:



252
# File 'lib/google/cloud/debugger/v2/doc/google/devtools/clouddebugger/v2/data.rb', line 252

class StackFrame; end

#locationGoogle::Devtools::Clouddebugger::V2::SourceLocation

Returns Source location of the call site.

Returns:



252
# File 'lib/google/cloud/debugger/v2/doc/google/devtools/clouddebugger/v2/data.rb', line 252

class StackFrame; end