diff -r 6d8eb5736925 -r c21d1e99015a Documentation/Source/eric5.Debugger.DebuggerInterfaceNone.html --- a/Documentation/Source/eric5.Debugger.DebuggerInterfaceNone.html Thu Nov 01 18:35:44 2012 +0100 +++ b/Documentation/Source/eric5.Debugger.DebuggerInterfaceNone.html Thu Nov 01 18:48:50 2012 +0100 @@ -169,6 +169,9 @@ <td><a href="#DebuggerInterfaceNone.remoteWatchpointIgnore">remoteWatchpointIgnore</a></td> <td>Public method to ignore a watch expression the next couple of occurrences.</td> </tr><tr> +<td><a href="#DebuggerInterfaceNone.setCallTraceEnabled">setCallTraceEnabled</a></td> +<td>Public method to set the call trace state.</td> +</tr><tr> <td><a href="#DebuggerInterfaceNone.shutdown">shutdown</a></td> <td>Public method to cleanly shut down.</td> </tr><tr> @@ -628,6 +631,16 @@ <dd> number of occurrences to ignore (int) </dd> +</dl><a NAME="DebuggerInterfaceNone.setCallTraceEnabled" ID="DebuggerInterfaceNone.setCallTraceEnabled"></a> +<h4>DebuggerInterfaceNone.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="DebuggerInterfaceNone.shutdown" ID="DebuggerInterfaceNone.shutdown"></a> <h4>DebuggerInterfaceNone.shutdown</h4> <b>shutdown</b>(<i></i>)