DebugClients/Python/DebugBase.py

branch
debugger speed
changeset 5208
aa8045780ce4
parent 5207
7283629b02c0
child 5209
cd058aa6af37
--- a/DebugClients/Python/DebugBase.py	Thu Oct 06 22:28:12 2016 +0200
+++ b/DebugClients/Python/DebugBase.py	Thu Oct 06 22:51:04 2016 +0200
@@ -76,6 +76,8 @@
         
         self._mainThread = True
         self.quitting = False
+        self.id = -1
+        self.name = ''
         
         self.tracePythonLibs(0)
         

eric ide

mercurial