--- a/DebugClients/Python3/DebugClientBase.py Fri Apr 17 18:41:41 2015 +0200 +++ b/DebugClients/Python3/DebugClientBase.py Fri Apr 17 18:57:38 2015 +0200 @@ -1140,6 +1140,7 @@ @param redirect flag indicating redirection of stdin, stdout and stderr (boolean) """ + # TODO: replace this by socket.create_connection if remoteAddress is None: # default: 127.0.0.1 sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM) sock.connect((DebugProtocol.DebugAddress, port))