[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# google-cloud-debugger - Class Google::Cloud::Debugger::Breakpoint::StackFrame (v0.42.2)\n\nReference documentation and code samples for the google-cloud-debugger class Google::Cloud::Debugger::Breakpoint::StackFrame.\n\nStackFrame\n----------\n\nRepresents a stack frame context.\n\nSee also [#stack_frames](/ruby/docs/reference/google-cloud-debugger/latest/Google-Cloud-Debugger-Breakpoint#Google__Cloud__Debugger__Breakpoint_stack_frames_instance_ \"Google::Cloud::Debugger::Breakpoint#stack_frames (method)\"). \n\nInherits\n--------\n\n- Object\n\nMethods\n-------\n\n### #arguments\n\n def arguments()\n\nSet of arguments passed to this function. Note that this might not\nbe populated for all stack frames.\n\n### #arguments=\n\n def arguments=(value)\n\nSet of arguments passed to this function. Note that this might not\nbe populated for all stack frames.\n\n### #function\n\n def function()\n\nDemangled function name at the call site.\n\n### #function=\n\n def function=(value)\n\nDemangled function name at the call site.\n\n### #locals\n\n def locals()\n\nSet of local variables at the stack frame location. Note that this\nmight not be populated for all stack frames.\n\n### #locals=\n\n def locals=(value)\n\nSet of local variables at the stack frame location. Note that this\nmight not be populated for all stack frames.\n\n### #location\n\n def location()\n\nSource location of the call site.\n\n### #location=\n\n def location=(value)\n\nSource location of the call site."]]