--- 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)