src/eric7/Debugger/DebuggerInterfaceNone.py

branch
eric7
changeset 10985
91243eb0390d
parent 10630
552a790fd9bc
child 11029
1cd8701ed260
--- a/src/eric7/Debugger/DebuggerInterfaceNone.py	Wed Oct 16 17:39:40 2024 +0200
+++ b/src/eric7/Debugger/DebuggerInterfaceNone.py	Fri Oct 18 19:14:59 2024 +0200
@@ -46,7 +46,7 @@
         originalPathString,
         workingDir=None,
         configOverride=None,
-        startRemote=False,
+        startViaServer=None,
     ):
         """
         Public method to start a remote Python interpreter.
@@ -65,8 +65,8 @@
         @param configOverride dictionary containing the global config override
             data
         @type dict
-        @param startRemote flag indicating to start the client via an eric-ide server
-            (defaults to False)
+        @param startViaServer flag indicating to start the client via an eric-ide server
+            (defaults to None)
         @type bool (optional)
         @return client process object, a flag to indicate a network connection
             and the name of the interpreter in case of a local execution
@@ -82,7 +82,7 @@
         originalPathString,
         workingDir=None,
         configOverride=None,
-        startRemote=False,
+        startViaServer=None,
     ):
         """
         Public method to start a remote Python interpreter for a project.
@@ -101,8 +101,8 @@
         @param configOverride dictionary containing the global config override
             data
         @type dict
-        @param startRemote flag indicating to start the client via an eric-ide server
-            (defaults to False)
+        @param startViaServer flag indicating to start the client via an eric-ide server
+            (defaults to None)
         @type bool (optional)
         @return client process object, a flag to indicate a network connection
             and the name of the interpreter in case of a local execution

eric ide

mercurial