google-cloud-debugger - Class Google::Cloud::Debugger::Breakpoint::VariableTable (v0.42.2)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the google-cloud-debugger class Google::Cloud::Debugger::Breakpoint::VariableTable.
VariableTable
The variable_table exists to aid with computation, memory and network
traffic optimization. It enables storing a variable once and reference
it from multiple variables, including variables stored in the
variable_table itself. For example, the same this object, which may
appear at many levels of the stack, can have all of its data stored
once in this table. The stack frame variables then would hold only a
reference to it.
The variable var_table_index field is an index into this repeated
field. The stored objects are nameless and get their name from the
referencing variable. The effective variable is a merge of the
referencing variable and the referenced variable.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-19 UTC."],[],[]]