5207:7283629b02c0 | 5208:aa8045780ce4 |
---|---|
74 """ | 74 """ |
75 self._dbgClient = dbgClient | 75 self._dbgClient = dbgClient |
76 | 76 |
77 self._mainThread = True | 77 self._mainThread = True |
78 self.quitting = False | 78 self.quitting = False |
79 self.id = -1 | |
80 self.name = '' | |
79 | 81 |
80 self.tracePythonLibs(0) | 82 self.tracePythonLibs(0) |
81 | 83 |
82 # Special handling of a recursion error | 84 # Special handling of a recursion error |
83 self.skipFrames = 0 | 85 self.skipFrames = 0 |