Thu, 23 Feb 2017 21:40:26 +0100
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":