Class: Google::Devtools::Clouddebugger::V2::StackFrame
- Inherits:
-
Object
- Object
- Google::Devtools::Clouddebugger::V2::StackFrame
- Defined in:
- lib/google/cloud/debugger/v2/doc/google/devtools/clouddebugger/v2/data.rb
Overview
Represents a stack frame context.
Instance Attribute Summary collapse
-
#arguments ⇒ Array<Google::Devtools::Clouddebugger::V2::Variable>
Set of arguments passed to this function.
-
#function ⇒ String
Demangled function name at the call site.
-
#locals ⇒ Array<Google::Devtools::Clouddebugger::V2::Variable>
Set of local variables at the stack frame location.
-
#location ⇒ Google::Devtools::Clouddebugger::V2::SourceLocation
Source location of the call site.
Instance Attribute Details
#arguments ⇒ Array<Google::Devtools::Clouddebugger::V2::Variable>
Returns Set of arguments passed to this function. Note that this might not be populated for all stack frames.
252 |
# File 'lib/google/cloud/debugger/v2/doc/google/devtools/clouddebugger/v2/data.rb', line 252 class StackFrame; end |
#function ⇒ String
Returns 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 |
#locals ⇒ Array<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.
252 |
# File 'lib/google/cloud/debugger/v2/doc/google/devtools/clouddebugger/v2/data.rb', line 252 class StackFrame; end |
#location ⇒ Google::Devtools::Clouddebugger::V2::SourceLocation
Returns Source location of the call site.
252 |
# File 'lib/google/cloud/debugger/v2/doc/google/devtools/clouddebugger/v2/data.rb', line 252 class StackFrame; end |