diff -r a5248d27c8a9 -r 827d89937c30 eric6/Documentation/Source/eric6.DebugClients.Python.DebugBase.html --- a/eric6/Documentation/Source/eric6.DebugClients.Python.DebugBase.html Sun Dec 20 12:35:26 2020 +0100 +++ b/eric6/Documentation/Source/eric6.DebugClients.Python.DebugBase.html Sun Dec 20 20:13:42 2020 +0100 @@ -737,7 +737,7 @@ </dl> <a NAME="DebugBase.run" ID="DebugBase.run"></a> <h4>DebugBase.run</h4> -<b>run</b>(<i>cmd, globalsDict=None, localsDict=None, debug=True</i>) +<b>run</b>(<i>cmd, globalsDict=None, localsDict=None, debug=True, closeSession=True</i>) <p> Public method to start a given command under debugger control. @@ -760,6 +760,11 @@ <dd> flag if command should run under debugger control </dd> +<dt><i>closeSession</i> (bool)</dt> +<dd> +flag indicating to close the debugger session + at exit +</dd> </dl> <dl> <dt>Returns:</dt>