Debugger/DebuggerInterfacePython.py

changeset 2991
226481ff40d1
parent 2988
f53c03574697
child 3020
542e97d4ecb3
child 3057
10516539f238
--- 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.
         

eric ide

mercurial