DebugClients/Python/DebugClientBase.py

branch
debugger fine grinding
changeset 5551
16f9a0bccda1
parent 5540
40992b7a60a9
child 5587
ea526b78ee6c
--- 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