Fixed startin debugger with non empty debug variable list
authorEdouard TISSERANT <edouard.tisserant@gmail.com>
Wed, 23 Dec 2009 22:23:02 +0100
changeset 532 a822b0b64252
parent 531 ba136820dd7d
child 533 25437efb7ae4
Fixed startin debugger with non empty debug variable list
plugger.py
--- a/plugger.py	Wed Dec 16 15:09:12 2009 +0100
+++ b/plugger.py	Wed Dec 23 22:23:02 2009 +0100
@@ -1261,7 +1261,7 @@
         """
         self._ProgramList = None
         self._VariablesList = None
-        self._IECPathToIdx = None
+        self._IECPathToIdx = {}
         self.TracedIECPath = []
 
     def GetIECProgramsAndVariables(self):