Fri, 18 Oct 2024 19:16:14 +0200
Regenerated the source code documentation.
--- a/src/eric7/APIs/Python3/eric7.api Fri Oct 18 19:15:16 2024 +0200 +++ b/src/eric7/APIs/Python3/eric7.api Fri Oct 18 19:16:14 2024 +0200 @@ -739,7 +739,7 @@ eric7.Debugger.DebugServer.DebugServer.signalClientWatchConditionError?4(condition, debuggerId) eric7.Debugger.DebugServer.DebugServer.signalLastClientExited?4() eric7.Debugger.DebugServer.DebugServer.signalMainClientExit?4() -eric7.Debugger.DebugServer.DebugServer.startClient?4(unplanned=True, clType=None, forProject=False, runInConsole=False, venvName="", workingDir="", configOverride=None, startRemote=None, ) +eric7.Debugger.DebugServer.DebugServer.startClient?4(unplanned=True, clType=None, forProject=False, runInConsole=False, venvName="", workingDir="", configOverride=None, startViaServer=None, ) eric7.Debugger.DebugServer.DebugServer.unregisterDebuggerInterface?4(interfaceName) eric7.Debugger.DebugServer.DebugServer?1(originalPathString, preventPassiveDebugging=False, project=None, parent=None, ) eric7.Debugger.DebugServer.DebuggerInterfaces?7 @@ -848,8 +848,8 @@ eric7.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteWatchpointIgnore?4(debuggerId, cond, count) eric7.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.setCallTraceEnabled?4(debuggerId, on) eric7.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.shutdown?4() -eric7.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.startRemote?4(port, runInConsole, venvName, originalPathString, workingDir=None, configOverride=None, startRemote=False, ) -eric7.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.startRemoteForProject?4(port, runInConsole, venvName, originalPathString, workingDir=None, configOverride=None, startRemote=False, ) +eric7.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.startRemote?4(port, runInConsole, venvName, originalPathString, workingDir=None, configOverride=None, startViaServer=None, ) +eric7.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.startRemoteForProject?4(port, runInConsole, venvName, originalPathString, workingDir=None, configOverride=None, startViaServer=None, ) eric7.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone?1(debugServer, passive) eric7.Debugger.DebuggerInterfaceNone.createDebuggerInterfaceNone?4(debugServer, passive) eric7.Debugger.DebuggerInterfaceNone.getRegistryData?4() @@ -892,8 +892,8 @@ eric7.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteWatchpointIgnore?4(debuggerId, cond, count) eric7.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.setCallTraceEnabled?4(debuggerId, on) eric7.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.shutdown?4() -eric7.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.startRemote?4(port, runInConsole, venvName, originalPathString, workingDir="", configOverride=None, startRemote=None, ) -eric7.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.startRemoteForProject?4(port, runInConsole, venvName, originalPathString, workingDir=None, configOverride=None, startRemote=False, ) +eric7.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.startRemote?4(port, runInConsole, venvName, originalPathString, workingDir="", configOverride=None, startViaServer=None, ) +eric7.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.startRemoteForProject?4(port, runInConsole, venvName, originalPathString, workingDir=None, configOverride=None, startViaServer=None, ) eric7.Debugger.DebuggerInterfacePython.DebuggerInterfacePython?1(debugServer, passive) eric7.Debugger.DebuggerInterfacePython.createDebuggerInterfacePython3?4(debugServer, passive) eric7.Debugger.DebuggerInterfacePython.getRegistryData?4()
--- a/src/eric7/Documentation/Source/eric7.Debugger.DebugServer.html Fri Oct 18 19:15:16 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Debugger.DebugServer.html Fri Oct 18 19:16:14 2024 +0200 @@ -2844,7 +2844,7 @@ <a NAME="DebugServer.startClient" ID="DebugServer.startClient"></a> <h4>DebugServer.startClient</h4> -<b>startClient</b>(<i>unplanned=True, clType=None, forProject=False, runInConsole=False, venvName="", workingDir="", configOverride=None, startRemote=None, </i>) +<b>startClient</b>(<i>unplanned=True, clType=None, forProject=False, runInConsole=False, venvName="", workingDir="", configOverride=None, startViaServer=None, </i>) <p> Public method to start a debug client. </p> @@ -2881,7 +2881,7 @@ dictionary containing the global config override data (defaults to None) </dd> -<dt><i>startRemote</i> (bool (optional))</dt> +<dt><i>startViaServer</i> (bool (optional))</dt> <dd> flag indicating to start the client via an eric-ide server (defaults to None)
--- a/src/eric7/Documentation/Source/eric7.Debugger.DebuggerInterfaceNone.html Fri Oct 18 19:15:16 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Debugger.DebuggerInterfaceNone.html Fri Oct 18 19:16:14 2024 +0200 @@ -1007,7 +1007,7 @@ <a NAME="DebuggerInterfaceNone.startRemote" ID="DebuggerInterfaceNone.startRemote"></a> <h4>DebuggerInterfaceNone.startRemote</h4> -<b>startRemote</b>(<i>port, runInConsole, venvName, originalPathString, workingDir=None, configOverride=None, startRemote=False, </i>) +<b>startRemote</b>(<i>port, runInConsole, venvName, originalPathString, workingDir=None, configOverride=None, startViaServer=None, </i>) <p> Public method to start a remote Python interpreter. </p> @@ -1040,10 +1040,10 @@ dictionary containing the global config override data </dd> -<dt><i>startRemote</i> (bool (optional))</dt> +<dt><i>startViaServer</i> (bool (optional))</dt> <dd> flag indicating to start the client via an eric-ide server - (defaults to False) + (defaults to None) </dd> </dl> <dl> @@ -1061,7 +1061,7 @@ </dl> <a NAME="DebuggerInterfaceNone.startRemoteForProject" ID="DebuggerInterfaceNone.startRemoteForProject"></a> <h4>DebuggerInterfaceNone.startRemoteForProject</h4> -<b>startRemoteForProject</b>(<i>port, runInConsole, venvName, originalPathString, workingDir=None, configOverride=None, startRemote=False, </i>) +<b>startRemoteForProject</b>(<i>port, runInConsole, venvName, originalPathString, workingDir=None, configOverride=None, startViaServer=None, </i>) <p> Public method to start a remote Python interpreter for a project. </p> @@ -1094,10 +1094,10 @@ dictionary containing the global config override data </dd> -<dt><i>startRemote</i> (bool (optional))</dt> +<dt><i>startViaServer</i> (bool (optional))</dt> <dd> flag indicating to start the client via an eric-ide server - (defaults to False) + (defaults to None) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.Debugger.DebuggerInterfacePython.html Fri Oct 18 19:15:16 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Debugger.DebuggerInterfacePython.html Fri Oct 18 19:16:14 2024 +0200 @@ -1372,7 +1372,7 @@ <a NAME="DebuggerInterfacePython.startRemote" ID="DebuggerInterfacePython.startRemote"></a> <h4>DebuggerInterfacePython.startRemote</h4> -<b>startRemote</b>(<i>port, runInConsole, venvName, originalPathString, workingDir="", configOverride=None, startRemote=None, </i>) +<b>startRemote</b>(<i>port, runInConsole, venvName, originalPathString, workingDir="", configOverride=None, startViaServer=None, </i>) <p> Public method to start a remote Python interpreter. </p> @@ -1405,7 +1405,7 @@ dictionary containing the global config override data (defaults to None) </dd> -<dt><i>startRemote</i> (bool (optional))</dt> +<dt><i>startViaServer</i> (bool (optional))</dt> <dd> flag indicating to start the client via an eric-ide server (defaults to None) @@ -1426,7 +1426,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, startRemote=False, </i>) +<b>startRemoteForProject</b>(<i>port, runInConsole, venvName, originalPathString, workingDir=None, configOverride=None, startViaServer=None, </i>) <p> Public method to start a remote Python interpreter for a project. </p> @@ -1459,10 +1459,10 @@ dictionary containing the global config override data </dd> -<dt><i>startRemote</i> (bool (optional))</dt> +<dt><i>startViaServer</i> (bool (optional))</dt> <dd> flag indicating to start the client via an eric-ide server - (defaults to False) + (defaults to None) </dd> </dl> <dl>