diff -r b36f631e4138 -r 16f9a0bccda1 DebugClients/Python/DebugClientBase.py --- 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":