--- a/DebugClients/Python3/DebugClientBase.py Fri Dec 07 18:35:54 2012 +0100 +++ b/DebugClients/Python3/DebugClientBase.py Fri Dec 21 08:24:31 2012 +0100 @@ -870,8 +870,6 @@ for l in traceback.format_exception_only(sys.last_type, sys.last_value): self.write(l) self.buffer = '' - - self.__exceptionRaised() else: if code is None: self.pendingResponse = DebugProtocol.ResponseContinue @@ -936,8 +934,6 @@ for l in list: self.write(l) - self.__exceptionRaised() - def __clientCapabilities(self): """ Private method to determine the clients capabilities.