--- a/Debugger/DebuggerInterfacePython.py Sun Oct 06 19:45:29 2013 +0200 +++ b/Debugger/DebuggerInterfacePython.py Sun Oct 06 19:52:33 2013 +0200 @@ -435,8 +435,8 @@ self.__sendCommand('{0}{1}\n'.format( DebugProtocol.RequestEnv, str(env))) - def remoteLoad(self, fn, argv, wd, traceInterpreter=False, autoContinue=True, - autoFork=False, forkChild=False): + def remoteLoad(self, fn, argv, wd, traceInterpreter=False, + autoContinue=True, autoFork=False, forkChild=False): """ Public method to load a new program to debug.