eric6/Documentation/Source/eric6.DebugClients.Python.DebugBase.html

changeset 7887
c1588f5a83e9
parent 7707
6abcf4275d0e
child 7898
1bcd6d4df182
diff -r 3e4605cc3541 -r c1588f5a83e9 eric6/Documentation/Source/eric6.DebugClients.Python.DebugBase.html
--- a/eric6/Documentation/Source/eric6.DebugClients.Python.DebugBase.html	Thu Dec 17 14:30:46 2020 +0100
+++ b/eric6/Documentation/Source/eric6.DebugClients.Python.DebugBase.html	Thu Dec 17 14:40:06 2020 +0100
@@ -738,19 +738,31 @@
 <dd>
 command / code to execute under debugger control
 </dd>
-<dt><i>globalsDict=</i> (dict)</dt>
+<dt><i>globalsDict</i> (dict)</dt>
 <dd>
 dictionary of global variables for cmd
 </dd>
-<dt><i>localsDict=</i> (dict)</dt>
+<dt><i>localsDict</i> (dict)</dt>
 <dd>
 dictionary of local variables for cmd
 </dd>
-<dt><i>debug=</i> (bool)</dt>
+<dt><i>debug</i> (bool)</dt>
 <dd>
 flag if command should run under debugger control
 </dd>
 </dl>
+<dl>
+<dt>Returns:</dt>
+<dd>
+exit code of the program
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+int
+</dd>
+</dl>
 <a NAME="DebugBase.setRecursionDepth" ID="DebugBase.setRecursionDepth"></a>
 <h4>DebugBase.setRecursionDepth</h4>
 <b>setRecursionDepth</b>(<i>frame</i>)

eric ide

mercurial