Wed, 08 Mar 2017 22:28:39 +0100
Missed a variable name change.
DebugClients/Python/DebugClientBase.py | file | annotate | diff | comparison | revisions |
--- 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", {