--- 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()