--- a/eric6/DebugClients/Python/DebugClientBase.py Wed Jan 29 19:38:13 2020 +0100 +++ b/eric6/DebugClients/Python/DebugClientBase.py Thu Jan 30 19:37:03 2020 +0100 @@ -2210,7 +2210,6 @@ self.startOptions = ( wd, host, port, exceptions, tracePython, redirect, self.noencoding, self.fork_auto, self.fork_child, - self.pids ) if not self.noencoding: self.__coding = self.defaultCoding @@ -2261,7 +2260,6 @@ self.startOptions = ( '', remoteAddress, port, True, False, redirect, self.noencoding, self.fork_auto, self.fork_child, - self.pids ) if not self.noencoding: self.__coding = self.defaultCoding