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

branch
6_0_x
changeset 4373
54d6d7c772ea
parent 4121
6ba94d73b4f9
--- a/Documentation/Source/eric6.DebugClients.Python3.DebugClientBase.html	Mon Aug 17 12:16:43 2015 +0200
+++ b/Documentation/Source/eric6.DebugClients.Python3.DebugClientBase.html	Mon Aug 17 12:31:29 2015 +0200
@@ -604,13 +604,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.run_call" ID="DebugClientBase.run_call"></a>
 <h4>DebugClientBase.run_call</h4>

eric ide

mercurial