DebugClients/Python/DebugClientBase.py

changeset 5594
6e477a8e990c
parent 5587
ea526b78ee6c
child 5595
1d4706f786d6
--- a/DebugClients/Python/DebugClientBase.py	Wed Mar 08 21:52:37 2017 +0100
+++ b/DebugClients/Python/DebugClientBase.py	Wed Mar 08 22:28:39 2017 +0100
@@ -1428,7 +1428,7 @@
                 elif resolver:
                     varDict = resolver.getDictionary(variable)
                     vlist = self.__formatVariablesList(
-                        list(dict.keys()), varDict, scope, filterList)
+                        list(varDict.keys()), varDict, scope, filterList)
                     varlist.extend(vlist)
         
         self.sendJsonCommand("ResponseVariable", {

eric ide

mercurial