--- a/Documentation/Source/eric6.DebugClients.Python.DebugClientBase.html Wed Apr 20 19:38:19 2016 +0200 +++ b/Documentation/Source/eric6.DebugClients.Python.DebugClientBase.html Wed Apr 20 19:39:10 2016 +0200 @@ -139,7 +139,7 @@ <td>Private slot to calculate a path list including the PYTHONPATH environment variable.</td> </tr><tr> <td><a href="#DebugClientBase.__interact">__interact</a></td> -<td>Private method to Interact with the debugger.</td> +<td>Private method to interact with the debugger.</td> </tr><tr> <td><a href="#DebugClientBase.__interceptSignals">__interceptSignals</a></td> <td>Private method to intercept common signals.</td> @@ -410,7 +410,7 @@ <h4>DebugClientBase.__interact</h4> <b>__interact</b>(<i></i>) <p> - Private method to Interact with the debugger. + Private method to interact with the debugger. </p><a NAME="DebugClientBase.__interceptSignals" ID="DebugClientBase.__interceptSignals"></a> <h4>DebugClientBase.__interceptSignals</h4> <b>__interceptSignals</b>(<i></i>) @@ -632,16 +632,13 @@ Public method implementing the main method. </p><a NAME="DebugClientBase.progTerminated" ID="DebugClientBase.progTerminated"></a> <h4>DebugClientBase.progTerminated</h4> -<b>progTerminated</b>(<i>status, exit=False</i>) +<b>progTerminated</b>(<i>status</i>) <p> Public method to tell the debugger that the program has terminated. </p><dl> -<dt><i>status</i></dt> +<dt><i>status</i> (int)</dt> <dd> return status -</dd><dt><i>exit</i> (bool)</dt> -<dd> -flag indicating to perform a sys.exit() </dd> </dl><a NAME="DebugClientBase.raw_input" ID="DebugClientBase.raw_input"></a> <h4>DebugClientBase.raw_input</h4>