--- a/Documentation/Source/eric5.Debugger.DebuggerInterfacePython3.html Thu Nov 01 18:35:44 2012 +0100 +++ b/Documentation/Source/eric5.Debugger.DebuggerInterfacePython3.html Thu Nov 01 18:48:50 2012 +0100 @@ -187,6 +187,9 @@ <td><a href="#DebuggerInterfacePython3.remoteWatchpointIgnore">remoteWatchpointIgnore</a></td> <td>Public method to ignore a watch expression the next couple of occurrences.</td> </tr><tr> +<td><a href="#DebuggerInterfacePython3.setCallTraceEnabled">setCallTraceEnabled</a></td> +<td>Public method to set the call trace state.</td> +</tr><tr> <td><a href="#DebuggerInterfacePython3.shutdown">shutdown</a></td> <td>Public method to cleanly shut down.</td> </tr><tr> @@ -725,6 +728,16 @@ <dd> number of occurrences to ignore (int) </dd> +</dl><a NAME="DebuggerInterfacePython3.setCallTraceEnabled" ID="DebuggerInterfacePython3.setCallTraceEnabled"></a> +<h4>DebuggerInterfacePython3.setCallTraceEnabled</h4> +<b>setCallTraceEnabled</b>(<i>on</i>) +<p> + Public method to set the call trace state. +</p><dl> +<dt><i>on</i></dt> +<dd> +flag indicating to enable the call trace function (boolean) +</dd> </dl><a NAME="DebuggerInterfacePython3.shutdown" ID="DebuggerInterfacePython3.shutdown"></a> <h4>DebuggerInterfacePython3.shutdown</h4> <b>shutdown</b>(<i></i>)