diff -r 470b03ae90e7 -r 8d59e4f3c828 DebugClients/Python/DebugClientBase.py --- a/DebugClients/Python/DebugClientBase.py Sat Feb 04 19:03:49 2012 +0100 +++ b/DebugClients/Python/DebugClientBase.py Sun Feb 05 16:22:37 2012 +0100 @@ -1422,7 +1422,7 @@ dictkeys = dict.keys() else: dictkeys = range(len(dict)) - vlist = self.__formatVariablesList(dictkeys, dict, scope, filter, + vlist = self.__formatVariablesList(dictkeys, dict, scope, filter, formatSequences) varlist.extend(vlist)