Searched refs:show_locals (Results 1 – 5 of 5) sorted by relevance
91 show_locals = false; in SetOptionValue()122 show_locals = true; // Frame option only in OptionParsingStarting()
37 show_locals : 1, // Frame option only (include_frame_options == true) variable
171 text="Locals", command=self.show_locals, variable=self.vlocals)195 self.show_locals()311 def show_locals(self): member in Debugger
176 text="Locals", command=self.show_locals, variable=self.vlocals)200 self.show_locals()316 def show_locals(self): member in Debugger
645 if (!m_option_variable.show_locals) in DoExecute()