--- a/Documentation/Source/eric6.Debugger.DebugServer.html Sun Nov 04 12:38:32 2018 +0100 +++ b/Documentation/Source/eric6.Debugger.DebugServer.html Sun Nov 04 17:20:11 2018 +0100 @@ -525,14 +525,17 @@ </table> <a NAME="DebugServer.__init__" ID="DebugServer.__init__"></a> <h4>DebugServer (Constructor)</h4> -<b>DebugServer</b>(<i>preventPassiveDebugging=False</i>) +<b>DebugServer</b>(<i>originalPathString, preventPassiveDebugging=False</i>) <p> Constructor </p><dl> -<dt><i>preventPassiveDebugging</i></dt> +<dt><i>originalPathString</i> (str)</dt> +<dd> +original PATH environment variable +</dd><dt><i>preventPassiveDebugging</i> (bool)</dt> <dd> flag overriding the PassiveDbgEnabled - setting (boolean) + setting </dd> </dl><a NAME="DebugServer.__addBreakPoints" ID="DebugServer.__addBreakPoints"></a> <h4>DebugServer.__addBreakPoints</h4>