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

branch
6_0_x
changeset 4373
54d6d7c772ea
parent 4121
6ba94d73b4f9
--- a/Documentation/Source/eric6.DebugClients.Python.DebugClientBase.html	Mon Aug 17 12:16:43 2015 +0200
+++ b/Documentation/Source/eric6.DebugClients.Python.DebugClientBase.html	Mon Aug 17 12:31:29 2015 +0200
@@ -589,13 +589,16 @@
         Public method implementing the main method.
 </p><a NAME="DebugClientBase.progTerminated" ID="DebugClientBase.progTerminated"></a>
 <h4>DebugClientBase.progTerminated</h4>
-<b>progTerminated</b>(<i>status</i>)
+<b>progTerminated</b>(<i>status, exit=False</i>)
 <p>
         Public method to tell the debugger that the program has terminated.
 </p><dl>
 <dt><i>status</i></dt>
 <dd>
-the return status
+return status
+</dd><dt><i>exit</i> (bool)</dt>
+<dd>
+flag indicating to perform a sys.exit()
 </dd>
 </dl><a NAME="DebugClientBase.raw_input" ID="DebugClientBase.raw_input"></a>
 <h4>DebugClientBase.raw_input</h4>

eric ide

mercurial