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