beremiz
Clone
Summary
Browse
Changes
Graph
Fixed startin debugger with non empty debug variable list
2009-12-23, Edouard TISSERANT
a822b0b64252
Parents
ba136820dd7d
Children
25437efb7ae4
Fixed startin debugger with non empty debug variable list
1 files changed, 1 insertions(+), 1 deletions(-)
+1
-1
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):