DebugClients/Python/ThreadExtension.py

branch
debugger speed
changeset 5221
960afd19c1b6
parent 5209
cd058aa6af37
child 5222
6548dc1bfd48
diff -r cd058aa6af37 -r 960afd19c1b6 DebugClients/Python/ThreadExtension.py
--- a/DebugClients/Python/ThreadExtension.py	Fri Oct 07 22:50:48 2016 +0200
+++ b/DebugClients/Python/ThreadExtension.py	Sat Oct 08 21:01:32 2016 +0200
@@ -42,6 +42,8 @@
 
         # the "current" thread, basically for variables view
         self.currentThread = self
+        # the thread we are at a breakpoint continuing at next command
+        self.currentThreadExec = self
         
         # special objects representing the main scripts thread and frame
         self.mainThread = self

eric ide

mercurial