Class: Google::Cloud::Debugger::V2::StackFrame
- Inherits:
-
Object
- Object
- Google::Cloud::Debugger::V2::StackFrame
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/clouddebugger/v2/data.rb
Overview
Represents a stack frame context.
Instance Attribute Summary collapse
-
#arguments ⇒ ::Array<::Google::Cloud::Debugger::V2::Variable>
Set of arguments passed to this function.
-
#function ⇒ ::String
Demangled function name at the call site.
-
#locals ⇒ ::Array<::Google::Cloud::Debugger::V2::Variable>
Set of local variables at the stack frame location.
-
#location ⇒ ::Google::Cloud::Debugger::V2::SourceLocation
Source location of the call site.
Instance Attribute Details
#arguments ⇒ ::Array<::Google::Cloud::Debugger::V2::Variable>
Returns Set of arguments passed to this function. Note that this might not be populated for all stack frames.
274 275 276 277 |
# File 'proto_docs/google/devtools/clouddebugger/v2/data.rb', line 274 class StackFrame include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#function ⇒ ::String
Returns Demangled function name at the call site.
274 275 276 277 |
# File 'proto_docs/google/devtools/clouddebugger/v2/data.rb', line 274 class StackFrame include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#locals ⇒ ::Array<::Google::Cloud::Debugger::V2::Variable>
Returns Set of local variables at the stack frame location. Note that this might not be populated for all stack frames.
274 275 276 277 |
# File 'proto_docs/google/devtools/clouddebugger/v2/data.rb', line 274 class StackFrame include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#location ⇒ ::Google::Cloud::Debugger::V2::SourceLocation
Returns Source location of the call site.
274 275 276 277 |
# File 'proto_docs/google/devtools/clouddebugger/v2/data.rb', line 274 class StackFrame include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |