eric7/Debugger/DebugUI.py

branch
eric7
changeset 8568
890dfe038613
parent 8529
569623270e29
child 8637
394377638256
equal deleted inserted replaced
8557:17fb004af51d 8568:890dfe038613
1432 self.getSelectedDebuggerId(), 1432 self.getSelectedDebuggerId(),
1433 0, self.__localsVarFilterList) 1433 0, self.__localsVarFilterList)
1434 elif scope == 0: 1434 elif scope == 0:
1435 self.debugViewer.showVariables(variables, False) 1435 self.debugViewer.showVariables(variables, False)
1436 elif scope == -1: 1436 elif scope == -1:
1437 vlist = [(self.tr('No locals available.'), '', '')] 1437 vlist = [
1438 (self.tr('No locals available.'), '', '', False, -2, '')
1439 ]
1438 self.debugViewer.showVariables(vlist, False) 1440 self.debugViewer.showVariables(vlist, False)
1439 1441
1440 def __clientVariable(self, scope, variables, debuggerId): 1442 def __clientVariable(self, scope, variables, debuggerId):
1441 """ 1443 """
1442 Private method to write the contents of a clients classvariable to 1444 Private method to write the contents of a clients classvariable to

eric ide

mercurial