Documentation/Source/eric5.Debugger.DebuggerInterfacePython.html

changeset 2173
c21d1e99015a
parent 1499
b4d0457afb15
child 2367
78f6c8193d37
--- a/Documentation/Source/eric5.Debugger.DebuggerInterfacePython.html	Thu Nov 01 18:35:44 2012 +0100
+++ b/Documentation/Source/eric5.Debugger.DebuggerInterfacePython.html	Thu Nov 01 18:48:50 2012 +0100
@@ -187,6 +187,9 @@
 <td><a href="#DebuggerInterfacePython.remoteWatchpointIgnore">remoteWatchpointIgnore</a></td>
 <td>Public method to ignore a watch expression the next couple of occurrences.</td>
 </tr><tr>
+<td><a href="#DebuggerInterfacePython.setCallTraceEnabled">setCallTraceEnabled</a></td>
+<td>Public method to set the call trace state.</td>
+</tr><tr>
 <td><a href="#DebuggerInterfacePython.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="DebuggerInterfacePython.setCallTraceEnabled" ID="DebuggerInterfacePython.setCallTraceEnabled"></a>
+<h4>DebuggerInterfacePython.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="DebuggerInterfacePython.shutdown" ID="DebuggerInterfacePython.shutdown"></a>
 <h4>DebuggerInterfacePython.shutdown</h4>
 <b>shutdown</b>(<i></i>)

eric ide

mercurial