comparison: eric7/DebugClients/Python/DebugBase.py
eric7/DebugClients/Python/DebugBase.py
- branch
- eric7
- changeset 8964
- 29344a31ee2a
- parent 8918
- 2167e507b277
equal
deleted
inserted
replaced
83 self.isMainThread = False |
83 self.isMainThread = False |
84 self.quitting = False |
84 self.quitting = False |
85 self.id = -1 |
85 self.id = -1 |
86 self.name = '' |
86 self.name = '' |
87 |
87 |
88 self.tracePythonLibs(0) |
88 self.tracePythonLibs(False) |
89 |
89 |
90 # Special handling of a recursion error |
90 # Special handling of a recursion error |
91 self.skipFrames = 0 |
91 self.skipFrames = 0 |
92 |
92 |
93 self.isBroken = False |
93 self.isBroken = False |