--- a/eric6/Documentation/Source/eric6.Debugger.DebugServer.html Fri Feb 05 11:02:28 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Debugger.DebugServer.html Fri Feb 05 11:38:53 2021 +0100 @@ -756,7 +756,7 @@ <a NAME="DebugServer.__init__" ID="DebugServer.__init__"></a> <h4>DebugServer (Constructor)</h4> -<b>DebugServer</b>(<i>originalPathString, preventPassiveDebugging=False</i>) +<b>DebugServer</b>(<i>originalPathString, preventPassiveDebugging=False, project=None</i>) <p> Constructor @@ -767,10 +767,14 @@ <dd> original PATH environment variable </dd> -<dt><i>preventPassiveDebugging</i> (bool)</dt> +<dt><i>preventPassiveDebugging</i> (bool (optional))</dt> <dd> flag overriding the PassiveDbgEnabled - setting + setting (defaults to False) +</dd> +<dt><i>project</i> (Project (optional))</dt> +<dd> +reference to the project object (defaults to None) </dd> </dl> <a NAME="DebugServer.__addBreakPoints" ID="DebugServer.__addBreakPoints"></a>