In rare cases the wrong thread could issued to continue. debugger fine grinding

Thu, 23 Feb 2017 21:40:26 +0100

author
T.Rzepka <Tobias.Rzepka@gmail.com>
date
Thu, 23 Feb 2017 21:40:26 +0100
branch
debugger fine grinding
changeset 5551
16f9a0bccda1
parent 5550
b36f631e4138
child 5552
313a91a38aed

In rare cases the wrong thread could issued to continue.

DebugClients/Python/DebugClientBase.py file | annotate | diff | comparison | revisions
--- a/DebugClients/Python/DebugClientBase.py	Thu Feb 23 21:37:35 2017 +0100
+++ b/DebugClients/Python/DebugClientBase.py	Thu Feb 23 21:40:26 2017 +0100
@@ -727,7 +727,7 @@
                 self.eventExit = True
         
         elif method == "RequestContinue":
-            self.currentThread.go(params["special"])
+            self.currentThreadExec.go(params["special"])
             self.eventExit = True
         
         elif method == "RawInput":

eric ide

mercurial