src/eric7/Documentation/Source/eric7.Debugger.DebuggerInterfacePython.html

branch
eric7
changeset 9236
db53a9efe7ef
parent 9209
b99e7fd55fd3
child 9416
0f7f8e65eeed
--- a/src/eric7/Documentation/Source/eric7.Debugger.DebuggerInterfacePython.html	Thu Jul 14 16:08:57 2022 +0200
+++ b/src/eric7/Documentation/Source/eric7.Debugger.DebuggerInterfacePython.html	Thu Jul 14 16:09:37 2022 +0200
@@ -932,7 +932,7 @@
 </dl>
 <a NAME="DebuggerInterfacePython.remoteLoad" ID="DebuggerInterfacePython.remoteLoad"></a>
 <h4>DebuggerInterfacePython.remoteLoad</h4>
-<b>remoteLoad</b>(<i>fn, argv, wd, traceInterpreter=False, autoContinue=True, enableMultiprocess=False</i>)
+<b>remoteLoad</b>(<i>fn, argv, wd, traceInterpreter=False, autoContinue=True, enableMultiprocess=False, </i>)
 
 <p>
         Public method to load a new program to debug.
@@ -1282,7 +1282,7 @@
 </p>
 <a NAME="DebuggerInterfacePython.startRemote" ID="DebuggerInterfacePython.startRemote"></a>
 <h4>DebuggerInterfacePython.startRemote</h4>
-<b>startRemote</b>(<i>port, runInConsole, venvName, originalPathString, workingDir=None, configOverride=None</i>)
+<b>startRemote</b>(<i>port, runInConsole, venvName, originalPathString, workingDir=None, configOverride=None, </i>)
 
 <p>
         Public method to start a remote Python interpreter.
@@ -1331,7 +1331,7 @@
 </dl>
 <a NAME="DebuggerInterfacePython.startRemoteForProject" ID="DebuggerInterfacePython.startRemoteForProject"></a>
 <h4>DebuggerInterfacePython.startRemoteForProject</h4>
-<b>startRemoteForProject</b>(<i>port, runInConsole, venvName, originalPathString, workingDir=None, configOverride=None</i>)
+<b>startRemoteForProject</b>(<i>port, runInConsole, venvName, originalPathString, workingDir=None, configOverride=None, </i>)
 
 <p>
         Public method to start a remote Python interpreter for a project.

eric ide

mercurial