Debugger/DebuggerInterfaceNone.py

changeset 112
16893e193e9d
parent 13
1af94a91f439
child 481
ad71812ba395
child 792
a13346916170
diff -r 1887e3af7b74 -r 16893e193e9d Debugger/DebuggerInterfaceNone.py
--- a/Debugger/DebuggerInterfaceNone.py	Sat Feb 13 13:00:30 2010 +0000
+++ b/Debugger/DebuggerInterfaceNone.py	Sat Feb 13 17:07:34 2010 +0000
@@ -134,13 +134,15 @@
         """
         return
         
-    def remoteRun(self, fn, argv, wd):
+    def remoteRun(self, fn, argv, wd, autoFork = False, forkChild = False):
         """
         Public method to load a new program to run.
         
         @param fn the filename to run (string)
         @param argv the commandline arguments to pass to the program (string)
         @param wd the working directory for the program (string)
+        @keyparam autoFork flag indicating the automatic fork mode (boolean)
+        @keyparam forkChild flag indicating to debug the child after forking (boolean)
         """
         return
         

eric ide

mercurial