Documentation/Source/eric6.Debugger.DebugUI.html

changeset 5899
0516f6548ca6
parent 5662
2c99fa1072b6
child 6260
581b0ed6ac47
--- a/Documentation/Source/eric6.Debugger.DebugUI.html	Mon Oct 09 19:06:46 2017 +0200
+++ b/Documentation/Source/eric6.Debugger.DebugUI.html	Tue Oct 10 19:05:00 2017 +0200
@@ -292,6 +292,9 @@
 <td><a href="#DebugUI.setExceptionReporting">setExceptionReporting</a></td>
 <td>Public slot to initialize the exception reporting flag.</td>
 </tr><tr>
+<td><a href="#DebugUI.setInterpreterHistory">setInterpreterHistory</a></td>
+<td>Public slot to initialize the interpreter history.</td>
+</tr><tr>
 <td><a href="#DebugUI.setTracePython">setTracePython</a></td>
 <td>Public slot to initialize the trace Python flag.</td>
 </tr><tr>
@@ -909,6 +912,23 @@
 <dd>
 flag indicating exception reporting status (boolean)
 </dd>
+</dl><a NAME="DebugUI.setInterpreterHistory" ID="DebugUI.setInterpreterHistory"></a>
+<h4>DebugUI.setInterpreterHistory</h4>
+<b>setInterpreterHistory</b>(<i>interpreterStr, clearHistories=False, history=None</i>)
+<p>
+        Public slot to initialize the interpreter history.
+</p><dl>
+<dt><i>interpreterStr</i></dt>
+<dd>
+interpreter (string)
+</dd><dt><i>clearHistories</i></dt>
+<dd>
+flag indicating, that the list should
+            be cleared (boolean)
+</dd><dt><i>history</i></dt>
+<dd>
+list of history entries to be set (list of strings)
+</dd>
 </dl><a NAME="DebugUI.setTracePython" ID="DebugUI.setTracePython"></a>
 <h4>DebugUI.setTracePython</h4>
 <b>setTracePython</b>(<i>tracePython</i>)

eric ide

mercurial