--- a/Documentation/Source/eric6.Debugger.DebugServer.html Thu Jul 12 19:23:38 2018 +0200 +++ b/Documentation/Source/eric6.Debugger.DebugServer.html Thu Jul 12 19:26:03 2018 +0200 @@ -352,6 +352,9 @@ <td><a href="#DebugServer.isConnected">isConnected</a></td> <td>Public method to test, if the debug server is connected to a backend.</td> </tr><tr> +<td><a href="#DebugServer.isDebugging">isDebugging</a></td> +<td>Public method to test, if the debug server is debugging.</td> +</tr><tr> <td><a href="#DebugServer.passiveStartUp">passiveStartUp</a></td> <td>Public method to handle a passive debug connection.</td> </tr><tr> @@ -439,6 +442,9 @@ <td><a href="#DebugServer.setCallTraceEnabled">setCallTraceEnabled</a></td> <td>Public method to set the call trace state.</td> </tr><tr> +<td><a href="#DebugServer.setDebugging">setDebugging</a></td> +<td>Public method to set the debugging state.</td> +</tr><tr> <td><a href="#DebugServer.shutdownServer">shutdownServer</a></td> <td>Public method to cleanly shut down.</td> </tr><tr> @@ -1122,6 +1128,21 @@ <dd> flag indicating a connection (boolean) </dd> +</dl><a NAME="DebugServer.isDebugging" ID="DebugServer.isDebugging"></a> +<h4>DebugServer.isDebugging</h4> +<b>isDebugging</b>(<i></i>) +<p> + Public method to test, if the debug server is debugging. +</p><dl> +<dt>Returns:</dt> +<dd> +flag indicating the debugging state +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +bool +</dd> </dl><a NAME="DebugServer.passiveStartUp" ID="DebugServer.passiveStartUp"></a> <h4>DebugServer.passiveStartUp</h4> <b>passiveStartUp</b>(<i>fn, exc</i>) @@ -1570,6 +1591,16 @@ <dd> flag indicating to enable the call trace function (boolean) </dd> +</dl><a NAME="DebugServer.setDebugging" ID="DebugServer.setDebugging"></a> +<h4>DebugServer.setDebugging</h4> +<b>setDebugging</b>(<i>on</i>) +<p> + Public method to set the debugging state. +</p><dl> +<dt><i>on</i> (bool)</dt> +<dd> +flag indicating the new debugging state +</dd> </dl><a NAME="DebugServer.shutdownServer" ID="DebugServer.shutdownServer"></a> <h4>DebugServer.shutdownServer</h4> <b>shutdownServer</b>(<i></i>)