--- a/src/eric7/Documentation/Source/eric7.Debugger.DebuggerInterfacePython.html Fri Nov 01 12:25:41 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.Debugger.DebuggerInterfacePython.html Fri Nov 01 18:12:30 2024 +0100 @@ -264,6 +264,10 @@ <td>Public method to ignore a watch expression the next couple of occurrences.</td> </tr> <tr> +<td><a href="#DebuggerInterfacePython.setAutoContinue">setAutoContinue</a></td> +<td>Public method to set the automatic continue flag of the interface.</td> +</tr> +<tr> <td><a href="#DebuggerInterfacePython.setCallTraceEnabled">setCallTraceEnabled</a></td> <td>Public method to set the call trace state.</td> </tr> @@ -1341,6 +1345,24 @@ number of occurrences to ignore </dd> </dl> +<a NAME="DebuggerInterfacePython.setAutoContinue" ID="DebuggerInterfacePython.setAutoContinue"></a> +<h4>DebuggerInterfacePython.setAutoContinue</h4> +<b>setAutoContinue</b>(<i>autoContinue</i>) +<p> + Public method to set the automatic continue flag of the interface. +</p> +<p> + If this is set to True, the debugger will tell the debug client to continue + when it stops at the first line of the script to be debugged. +</p> + +<dl> + +<dt><i>autoContinue</i> (bool)</dt> +<dd> +flag indicating the auto continue state +</dd> +</dl> <a NAME="DebuggerInterfacePython.setCallTraceEnabled" ID="DebuggerInterfacePython.setCallTraceEnabled"></a> <h4>DebuggerInterfacePython.setCallTraceEnabled</h4> <b>setCallTraceEnabled</b>(<i>debuggerId, on</i>)