Documentation/Source/eric6.Debugger.DebugUI.html

changeset 5144
1ab536d25072
parent 5108
f5cb9cb98e6a
child 5374
c18d759b6b86
diff -r bc64243b7672 -r 1ab536d25072 Documentation/Source/eric6.Debugger.DebugUI.html
--- a/Documentation/Source/eric6.Debugger.DebugUI.html	Sun Sep 04 13:51:33 2016 +0200
+++ b/Documentation/Source/eric6.Debugger.DebugUI.html	Sun Sep 04 13:58:11 2016 +0200
@@ -184,12 +184,6 @@
 <td><a href="#DebugUI.__enterRemote">__enterRemote</a></td>
 <td>Private method to update the user interface.</td>
 </tr><tr>
-<td><a href="#DebugUI.__eval">__eval</a></td>
-<td>Private method to handle the Eval action.</td>
-</tr><tr>
-<td><a href="#DebugUI.__exec">__exec</a></td>
-<td>Private method to handle the Exec action.</td>
-</tr><tr>
 <td><a href="#DebugUI.__getClientVariables">__getClientVariables</a></td>
 <td>Private method to request the global and local variables.</td>
 </tr><tr>
@@ -393,13 +387,16 @@
 </dd>
 </dl><a NAME="DebugUI.__clientExit" ID="DebugUI.__clientExit"></a>
 <h4>DebugUI.__clientExit</h4>
-<b>__clientExit</b>(<i>status</i>)
+<b>__clientExit</b>(<i>status, message</i>)
 <p>
         Private method to handle the debugged program terminating.
 </p><dl>
-<dt><i>status</i></dt>
+<dt><i>status</i> (int)</dt>
 <dd>
-exit code of the debugged program (int)
+exit code of the debugged program
+</dd><dt><i>message</i> (str)</dt>
+<dd>
+exit message of the debugged program
 </dd>
 </dl><a NAME="DebugUI.__clientGone" ID="DebugUI.__clientGone"></a>
 <h4>DebugUI.__clientGone</h4>
@@ -645,16 +642,6 @@
 </p><p>
         This method is called just prior to executing some of
         the program being debugged.
-</p><a NAME="DebugUI.__eval" ID="DebugUI.__eval"></a>
-<h4>DebugUI.__eval</h4>
-<b>__eval</b>(<i></i>)
-<p>
-        Private method to handle the Eval action.
-</p><a NAME="DebugUI.__exec" ID="DebugUI.__exec"></a>
-<h4>DebugUI.__exec</h4>
-<b>__exec</b>(<i></i>)
-<p>
-        Private method to handle the Exec action.
 </p><a NAME="DebugUI.__getClientVariables" ID="DebugUI.__getClientVariables"></a>
 <h4>DebugUI.__getClientVariables</h4>
 <b>__getClientVariables</b>(<i></i>)

eric ide

mercurial